public class FBSDKGraphRequestConnection
extends org.robovm.apple.foundation.NSObject
| Modifier and Type | Class and Description |
|---|---|
static class |
FBSDKGraphRequestConnection.FBSDKGraphRequestConnectionPtr |
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 |
|---|---|
|
FBSDKGraphRequestConnection() |
protected |
FBSDKGraphRequestConnection(org.robovm.apple.foundation.NSObject.Handle h,
long handle) |
protected |
FBSDKGraphRequestConnection(org.robovm.apple.foundation.NSObject.SkipInit skipInit) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRequest(FBSDKGraphRequest request,
org.robovm.objc.block.VoidBlock3<FBSDKGraphRequestConnection,org.robovm.apple.foundation.NSObject,org.robovm.apple.foundation.NSError> handler) |
void |
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 |
addRequest(FBSDKGraphRequest request,
org.robovm.objc.block.VoidBlock3<FBSDKGraphRequestConnection,org.robovm.apple.foundation.NSObject,org.robovm.apple.foundation.NSError> handler,
String name) |
void |
cancel() |
FBSDKGraphRequestConnectionDelegate |
getDelegate() |
double |
getTimeout() |
org.robovm.apple.foundation.NSHTTPURLResponse |
getURLResponse() |
void |
overrideVersionPart(String version) |
static void |
setDefaultConnectionTimeout(double defaultConnectionTimeout) |
void |
setDelegate(FBSDKGraphRequestConnectionDelegate v) |
void |
setDelegateQueue(org.robovm.apple.foundation.NSOperationQueue queue) |
void |
setTimeout(double v) |
void |
start() |
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 FBSDKGraphRequestConnection()
protected FBSDKGraphRequestConnection(org.robovm.apple.foundation.NSObject.Handle h,
long handle)
protected FBSDKGraphRequestConnection(org.robovm.apple.foundation.NSObject.SkipInit skipInit)
public FBSDKGraphRequestConnectionDelegate getDelegate()
public void setDelegate(FBSDKGraphRequestConnectionDelegate v)
public double getTimeout()
public void setTimeout(double v)
public org.robovm.apple.foundation.NSHTTPURLResponse getURLResponse()
public void addRequest(FBSDKGraphRequest request, org.robovm.objc.block.VoidBlock3<FBSDKGraphRequestConnection,org.robovm.apple.foundation.NSObject,org.robovm.apple.foundation.NSError> handler)
public void addRequest(FBSDKGraphRequest request, org.robovm.objc.block.VoidBlock3<FBSDKGraphRequestConnection,org.robovm.apple.foundation.NSObject,org.robovm.apple.foundation.NSError> handler, String name)
public void 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)
public void cancel()
public void start()
public void setDelegateQueue(org.robovm.apple.foundation.NSOperationQueue queue)
public void overrideVersionPart(String version)
public static void setDefaultConnectionTimeout(double defaultConnectionTimeout)
Copyright © 2015-2016 RoboVM AB. All Rights Reserved.