Class PKLabeledValue

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class PKLabeledValue
extends NSObject
Since:
Available in iOS 10.1 and later.
  • Constructor Details

    • PKLabeledValue

      public PKLabeledValue()
    • PKLabeledValue

      protected PKLabeledValue​(NSObject.Handle h, long handle)
    • PKLabeledValue

      protected PKLabeledValue​(NSObject.SkipInit skipInit)
    • PKLabeledValue

      public PKLabeledValue​(String label, String value)
  • Method Details

    • getLabel

      public String getLabel()
    • getValue

      public String getValue()
    • init

      protected long init​(String label, String value)