| Modifier and Type | Method and Description |
|---|---|
FBSDKGraphRequestConnection |
FBSDKGraphRequest.start(org.robovm.objc.block.VoidBlock3<FBSDKGraphRequestConnection,org.robovm.apple.foundation.NSObject,org.robovm.apple.foundation.NSError> handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
FBSDKGraphRequestConnectionDelegateAdapter.didFail(FBSDKGraphRequestConnection connection,
org.robovm.apple.foundation.NSError error) |
void |
FBSDKGraphRequestConnectionDelegate.didFail(FBSDKGraphRequestConnection connection,
org.robovm.apple.foundation.NSError error) |
void |
FBSDKGraphRequestConnectionDelegateAdapter.didFinishLoading(FBSDKGraphRequestConnection connection) |
void |
FBSDKGraphRequestConnectionDelegate.didFinishLoading(FBSDKGraphRequestConnection connection) |
void |
FBSDKGraphRequestConnectionDelegateAdapter.didSendBodyData(FBSDKGraphRequestConnection connection,
long bytesWritten,
long totalBytesWritten,
long totalBytesExpectedToWrite) |
void |
FBSDKGraphRequestConnectionDelegate.didSendBodyData(FBSDKGraphRequestConnection connection,
long bytesWritten,
long totalBytesWritten,
long totalBytesExpectedToWrite) |
void |
FBSDKGraphRequestConnectionDelegateAdapter.willBeginLoading(FBSDKGraphRequestConnection connection) |
void |
FBSDKGraphRequestConnectionDelegate.willBeginLoading(FBSDKGraphRequestConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
FBSDKGraphRequestConnection.addRequest(FBSDKGraphRequest request,
org.robovm.objc.block.VoidBlock3<FBSDKGraphRequestConnection,org.robovm.apple.foundation.NSObject,org.robovm.apple.foundation.NSError> handler) |
void |
FBSDKGraphRequestConnection.addRequest(FBSDKGraphRequest request,
org.robovm.objc.block.VoidBlock3<FBSDKGraphRequestConnection,org.robovm.apple.foundation.NSObject,org.robovm.apple.foundation.NSError> handler,
org.robovm.apple.foundation.NSDictionary<?,?> batchParameters) |
void |
FBSDKGraphRequestConnection.addRequest(FBSDKGraphRequest request,
org.robovm.objc.block.VoidBlock3<FBSDKGraphRequestConnection,org.robovm.apple.foundation.NSObject,org.robovm.apple.foundation.NSError> handler,
String name) |
static void |
FBSDKAccessToken.refreshCurrentAccessToken(org.robovm.objc.block.VoidBlock3<FBSDKGraphRequestConnection,org.robovm.apple.foundation.NSObject,org.robovm.apple.foundation.NSError> completionHandler) |
FBSDKGraphRequestConnection |
FBSDKGraphRequest.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.