Uses of Class
org.robovm.apple.passkit.PKPass
| Package | Description |
|---|---|
| org.robovm.apple.passkit |
-
Uses of PKPass in org.robovm.apple.passkit
Subclasses of PKPass in org.robovm.apple.passkit Modifier and Type Class Description classPKPaymentPassclassPKSecureElementPassMethods in org.robovm.apple.passkit that return PKPass Modifier and Type Method Description PKPassPKPassLibrary. getPass(String identifier, String serialNumber)Methods in org.robovm.apple.passkit that return types with arguments of type PKPass Modifier and Type Method Description NSArray<PKPass>PKPassLibraryNotification. getAddedPasses()NSArray<PKPass>PKPassLibrary. getPasses()NSArray<PKPass>PKPassLibrary. getPassesOfType(PKPassType passType)NSArray<PKPass>PKPassLibrary. getRemotePaymentPasses()Deprecated.Use -[PKPassLibrary remoteSecureElementPasses] insteadNSArray<PKPass>PKPassLibraryNotification. getReplacementPasses()Methods in org.robovm.apple.passkit with parameters of type PKPass Modifier and Type Method Description booleanPKPassLibrary. containsPass(PKPass pass)protected longPKAddPassesViewController. init(PKPass pass)static PKStoredValuePassPropertiesPKStoredValuePassProperties. passPropertiesForPass(PKPass pass)static PKSuicaPassPropertiesPKSuicaPassProperties. passPropertiesForPass(PKPass pass)static PKTransitPassPropertiesPKTransitPassProperties. passPropertiesForPass(PKPass pass)voidPKPassLibrary. removePass(PKPass pass)booleanPKPassLibrary. replacePass(PKPass pass)Method parameters in org.robovm.apple.passkit with type arguments of type PKPass Modifier and Type Method Description voidPKPassLibrary. addPasses(NSArray<PKPass> passes, VoidBlock1<PKPassLibraryAddPassesStatus> completion)protected longPKAddPassesViewController. init(NSArray<PKPass> passes)Constructors in org.robovm.apple.passkit with parameters of type PKPass Constructor Description PKAddPassesViewController(PKPass pass)Constructor parameters in org.robovm.apple.passkit with type arguments of type PKPass Constructor Description PKAddPassesViewController(NSArray<PKPass> passes)