Uses of Class
org.robovm.apple.passkit.PKAddShareablePassConfigurationPrimaryAction
| Package | Description |
|---|---|
| org.robovm.apple.passkit |
-
Uses of PKAddShareablePassConfigurationPrimaryAction in org.robovm.apple.passkit
Methods in org.robovm.apple.passkit that return PKAddShareablePassConfigurationPrimaryAction Modifier and Type Method Description PKAddShareablePassConfigurationPrimaryActionPKAddShareablePassConfiguration. getPrimaryAction()static PKAddShareablePassConfigurationPrimaryActionPKAddShareablePassConfigurationPrimaryAction. valueOf(long n)Returns the enum constant of this type with the specified name.static PKAddShareablePassConfigurationPrimaryActionPKAddShareablePassConfigurationPrimaryAction. valueOf(String name)Returns the enum constant of this type with the specified name.static PKAddShareablePassConfigurationPrimaryAction[]PKAddShareablePassConfigurationPrimaryAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.passkit with parameters of type PKAddShareablePassConfigurationPrimaryAction Modifier and Type Method Description protected static longPKAddShareablePassConfiguration. create(NSArray<PKShareablePassMetadata> passMetadata, String provisioningPolicyIdentifier, PKAddShareablePassConfigurationPrimaryAction action, VoidBlock2<PKAddShareablePassConfiguration,NSError> completion)Constructors in org.robovm.apple.passkit with parameters of type PKAddShareablePassConfigurationPrimaryAction Constructor Description PKAddShareablePassConfiguration(NSArray<PKShareablePassMetadata> passMetadata, String provisioningPolicyIdentifier, PKAddShareablePassConfigurationPrimaryAction action, VoidBlock2<PKAddShareablePassConfiguration,NSError> completion)