public class FBSDKGraphRequest
extends org.robovm.apple.foundation.NSObject
| Modifier and Type | Class and Description |
|---|---|
static class |
FBSDKGraphRequest.FBSDKGraphRequestPtr |
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 |
|---|---|
|
FBSDKGraphRequest() |
protected |
FBSDKGraphRequest(org.robovm.apple.foundation.NSObject.Handle h,
long handle) |
protected |
FBSDKGraphRequest(org.robovm.apple.foundation.NSObject.SkipInit skipInit) |
|
FBSDKGraphRequest(String graphPath,
org.robovm.apple.foundation.NSDictionary<?,?> parameters) |
|
FBSDKGraphRequest(String graphPath,
org.robovm.apple.foundation.NSDictionary<?,?> parameters,
String HTTPMethod) |
|
FBSDKGraphRequest(String graphPath,
org.robovm.apple.foundation.NSDictionary<?,?> parameters,
String tokenString,
String version,
String HTTPMethod) |
| Modifier and Type | Method and Description |
|---|---|
String |
getGraphPath() |
String |
getHTTPMethod() |
org.robovm.apple.foundation.NSMutableDictionary<?,?> |
getParameters() |
String |
getTokenString() |
String |
getVersion() |
protected long |
init(String graphPath,
org.robovm.apple.foundation.NSDictionary<?,?> parameters) |
protected long |
init(String graphPath,
org.robovm.apple.foundation.NSDictionary<?,?> parameters,
String HTTPMethod) |
protected long |
init(String graphPath,
org.robovm.apple.foundation.NSDictionary<?,?> parameters,
String tokenString,
String version,
String HTTPMethod) |
void |
setGraphErrorRecoveryDisabled(boolean disable) |
FBSDKGraphRequestConnection |
start(org.robovm.objc.block.VoidBlock3<FBSDKGraphRequestConnection,org.robovm.apple.foundation.NSObject,org.robovm.apple.foundation.NSError> handler) |
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 FBSDKGraphRequest()
protected FBSDKGraphRequest(org.robovm.apple.foundation.NSObject.Handle h,
long handle)
protected FBSDKGraphRequest(org.robovm.apple.foundation.NSObject.SkipInit skipInit)
public FBSDKGraphRequest(String graphPath, org.robovm.apple.foundation.NSDictionary<?,?> parameters)
public FBSDKGraphRequest(String graphPath, org.robovm.apple.foundation.NSDictionary<?,?> parameters, String HTTPMethod)
public org.robovm.apple.foundation.NSMutableDictionary<?,?> getParameters()
public String getTokenString()
public String getGraphPath()
public String getHTTPMethod()
public String getVersion()
protected long init(String graphPath, org.robovm.apple.foundation.NSDictionary<?,?> parameters)
protected long init(String graphPath, org.robovm.apple.foundation.NSDictionary<?,?> parameters, String HTTPMethod)
protected long init(String graphPath, org.robovm.apple.foundation.NSDictionary<?,?> parameters, String tokenString, String version, String HTTPMethod)
public void setGraphErrorRecoveryDisabled(boolean disable)
public FBSDKGraphRequestConnection start(org.robovm.objc.block.VoidBlock3<FBSDKGraphRequestConnection,org.robovm.apple.foundation.NSObject,org.robovm.apple.foundation.NSError> handler)
Copyright © 2015-2016 RoboVM AB. All Rights Reserved.