Package org.robovm.apple.addressbook
Class ABPersonPhoneLabel
java.lang.Object
org.robovm.apple.foundation.CocoaUtility
org.robovm.apple.addressbook.ABPropertyLabel
org.robovm.apple.addressbook.ABPersonPhoneLabel
public class ABPersonPhoneLabel extends ABPropertyLabel
-
Field Summary
Fields Modifier and Type Field Description static ABPersonPhoneLabelHomeFAXstatic ABPersonPhoneLabelIPhonestatic ABPersonPhoneLabelMainstatic ABPersonPhoneLabelMobilestatic ABPersonPhoneLabelOtherFAXstatic ABPersonPhoneLabelPagerstatic ABPersonPhoneLabelWorkFAX -
Method Summary
Modifier and Type Method Description protected static CFStringHomeFAXLabel()Deprecated.Deprecated in iOS 9.0.protected static CFStringIPhoneLabel()Deprecated.Deprecated in iOS 9.0.protected static CFStringMainLabel()Deprecated.Deprecated in iOS 9.0.protected static CFStringMobileLabel()Deprecated.Deprecated in iOS 9.0.protected static CFStringOtherFAXLabel()Deprecated.Deprecated in iOS 9.0.protected static CFStringPagerLabel()Deprecated.Deprecated in iOS 9.0.static ABPropertyLabelvalueOf(CFString value)protected static CFStringWorkFAXLabel()Deprecated.Deprecated in iOS 9.0.Methods inherited from class org.robovm.apple.addressbook.ABPropertyLabel
HomeLabel, OtherLabel, value, WorkLabel
-
Field Details
-
Method Details
-
valueOf
-
MobileLabel
Deprecated.Deprecated in iOS 9.0. use CNLabelPhoneNumberMobile -
IPhoneLabel
Deprecated.Deprecated in iOS 9.0. use CNLabelPhoneNumberiPhone -
MainLabel
Deprecated.Deprecated in iOS 9.0. use CNLabelPhoneNumberMain -
HomeFAXLabel
Deprecated.Deprecated in iOS 9.0. use CNLabelPhoneNumberHomeFax -
WorkFAXLabel
Deprecated.Deprecated in iOS 9.0. use CNLabelPhoneNumberWorkFax -
OtherFAXLabel
Deprecated.Deprecated in iOS 9.0. use CNLabelPhoneNumberOtherFax -
PagerLabel
Deprecated.Deprecated in iOS 9.0. use CNLabelPhoneNumberPager
-