Uses of Class
org.robovm.apple.contacts.CNPhoneNumber
| Package | Description |
|---|---|
| org.robovm.apple.contacts | |
| org.robovm.apple.passkit |
-
Uses of CNPhoneNumber in org.robovm.apple.contacts
Methods in org.robovm.apple.contacts that return types with arguments of type CNPhoneNumber Modifier and Type Method Description NSArray<CNLabeledValue<CNPhoneNumber>>CNContact. getPhoneNumbers()NSArray<CNLabeledValue<CNPhoneNumber>>CNMutableContact. getPhoneNumbers()Methods in org.robovm.apple.contacts with parameters of type CNPhoneNumber Modifier and Type Method Description static NSPredicateCNContact. predicateForContactsMatchingPhoneNumber(CNPhoneNumber phoneNumber)Method parameters in org.robovm.apple.contacts with type arguments of type CNPhoneNumber Modifier and Type Method Description voidCNMutableContact. setPhoneNumbers(NSArray<CNLabeledValue<CNPhoneNumber>> v) -
Uses of CNPhoneNumber in org.robovm.apple.passkit
Methods in org.robovm.apple.passkit that return CNPhoneNumber Modifier and Type Method Description CNPhoneNumberPKContact. getPhoneNumber()Methods in org.robovm.apple.passkit with parameters of type CNPhoneNumber Modifier and Type Method Description voidPKContact. setPhoneNumber(CNPhoneNumber v)