Uses of Class
org.robovm.apple.addressbook.ABPersonSocialProfile
| Package | Description |
|---|---|
| org.robovm.apple.addressbook |
-
Uses of ABPersonSocialProfile in org.robovm.apple.addressbook
Methods in org.robovm.apple.addressbook that return ABPersonSocialProfile Modifier and Type Method Description ABPersonSocialProfileABPersonSocialProfile. setService(ABPersonSocialProfileService service)ABPersonSocialProfileABPersonSocialProfile. setURL(String url)ABPersonSocialProfileABPersonSocialProfile. setUserIdentifier(String userIdentifier)ABPersonSocialProfileABPersonSocialProfile. setUsername(String username)Methods in org.robovm.apple.addressbook that return types with arguments of type ABPersonSocialProfile Modifier and Type Method Description List<ABPersonSocialProfile>ABPerson. getSocialProfiles()Methods in org.robovm.apple.addressbook with parameters of type ABPersonSocialProfile Modifier and Type Method Description intABPerson. addSocialProfile(ABPersonSocialProfile socialProfile)Method parameters in org.robovm.apple.addressbook with type arguments of type ABPersonSocialProfile Modifier and Type Method Description ABPersonABPerson. setSocialProfiles(List<ABPersonSocialProfile> socialProfiles)