public class FBSDKProfile
extends org.robovm.apple.foundation.NSObject
| Modifier and Type | Class and Description |
|---|---|
static class |
FBSDKProfile.FBSDKProfilePtr |
static class |
FBSDKProfile.Notifications |
org.robovm.apple.foundation.NSObject.Handle, org.robovm.apple.foundation.NSObject.Marshaler, org.robovm.apple.foundation.NSObject.NoRetainMarshaler, org.robovm.apple.foundation.NSObject.NSKeyValueObserver, org.robovm.apple.foundation.NSObject.NSObjectPtr, org.robovm.apple.foundation.NSObject.SkipInit| Modifier | Constructor and Description |
|---|---|
|
FBSDKProfile() |
protected |
FBSDKProfile(org.robovm.apple.foundation.NSObject.Handle h,
long handle) |
protected |
FBSDKProfile(org.robovm.apple.foundation.NSObject.SkipInit skipInit) |
|
FBSDKProfile(String userID,
String firstName,
String middleName,
String lastName,
String name,
org.robovm.apple.foundation.NSURL linkURL,
org.robovm.apple.foundation.NSDate refreshDate) |
| Modifier and Type | Method and Description |
|---|---|
static org.robovm.apple.foundation.NSString |
DidChangeNotification() |
static void |
enableUpdatesOnAccessTokenChange(boolean enable) |
boolean |
equalsTo(FBSDKProfile profile) |
static FBSDKProfile |
getCurrentProfile() |
String |
getFirstName() |
org.robovm.apple.foundation.NSURL |
getImageURL(FBSDKProfilePictureMode mode,
org.robovm.apple.coregraphics.CGSize size) |
String |
getLastName() |
org.robovm.apple.foundation.NSURL |
getLinkURL() |
String |
getMiddleName() |
String |
getName() |
org.robovm.apple.foundation.NSDate |
getRefreshDate() |
String |
getUserID() |
protected long |
init(String userID,
String firstName,
String middleName,
String lastName,
String name,
org.robovm.apple.foundation.NSURL linkURL,
org.robovm.apple.foundation.NSDate refreshDate) |
static void |
setCurrentProfile(FBSDKProfile profile) |
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuespublic FBSDKProfile()
protected FBSDKProfile(org.robovm.apple.foundation.NSObject.Handle h,
long handle)
protected FBSDKProfile(org.robovm.apple.foundation.NSObject.SkipInit skipInit)
public String getUserID()
public String getFirstName()
public String getMiddleName()
public String getLastName()
public String getName()
public org.robovm.apple.foundation.NSURL getLinkURL()
public org.robovm.apple.foundation.NSDate getRefreshDate()
public static org.robovm.apple.foundation.NSString DidChangeNotification()
protected long init(String userID, String firstName, String middleName, String lastName, String name, org.robovm.apple.foundation.NSURL linkURL, org.robovm.apple.foundation.NSDate refreshDate)
public org.robovm.apple.foundation.NSURL getImageURL(FBSDKProfilePictureMode mode, org.robovm.apple.coregraphics.CGSize size)
public boolean equalsTo(FBSDKProfile profile)
public static FBSDKProfile getCurrentProfile()
public static void setCurrentProfile(FBSDKProfile profile)
public static void enableUpdatesOnAccessTokenChange(boolean enable)
Copyright © 2015-2016 RoboVM AB. All Rights Reserved.