Class PKStoredValuePassProperties

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol
Direct Known Subclasses:
PKTransitPassProperties

public class PKStoredValuePassProperties
extends NSObject
Since:
Available in iOS 15.0 and later.
  • Constructor Details

    • PKStoredValuePassProperties

      public PKStoredValuePassProperties()
    • PKStoredValuePassProperties

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

      protected PKStoredValuePassProperties​(NSObject.SkipInit skipInit)
  • Method Details

    • isBlacklisted

      @Deprecated public boolean isBlacklisted()
      Deprecated.
      Deprecated in iOS 15.0. Use isBlocked
      Since:
      Available in iOS 15.0 and later.
    • isBlocked

      public boolean isBlocked()
      Since:
      Available in iOS 15.0 and later.
    • getExpirationDate

      public NSDate getExpirationDate()
    • getBalances

      public NSArray<PKStoredValuePassBalance> getBalances()
    • passPropertiesForPass

      public static PKStoredValuePassProperties passPropertiesForPass​(PKPass pass)