Package org.robovm.apple.passkit
Class PKPassLibraryNotification
java.lang.Object
org.robovm.apple.foundation.NSDictionaryWrapper
org.robovm.apple.passkit.PKPassLibraryNotification
public class PKPassLibraryNotification extends NSDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPKPassLibraryNotification.AsListMarshalerstatic classPKPassLibraryNotification.Keysstatic classPKPassLibraryNotification.Marshaler -
Field Summary
Fields inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
data -
Method Summary
Modifier and Type Method Description NSObjectget(NSString key)NSArray<PKPass>getAddedPasses()List<PKRemovedPassInfo>getRemovedPassInfos()NSArray<PKPass>getReplacementPasses()booleanhas(NSString key)Methods inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
getDictionary, toString
-
Method Details
-
has
-
get
-
getAddedPasses
-
getReplacementPasses
-
getRemovedPassInfos
- Since:
- Available in iOS 6.0 and later.
-