Android SDK Version
All Implemented Interfaces:
android.content.ServiceConnection


public abstract class PlatformServiceClient
 implements ServiceConnection
com.facebook.internal is solely for the use of other packages within the Facebook SDK for Android. Use of any of the classes in this package is unsupported, and they may be modified or removed without warning at any time.
Nested Class Summary
Modifier and TypeClassDescription
public interfacePlatformServiceClient.CompletedListener
Field Summary
Modifier and TypeFieldDescription
private final Stringnonce
Constructor Summary
ConstructorDescription
PlatformServiceClient(Context context, Integer requestMessage, Integer replyMessage, Integer protocolVersion, String applicationId, String nonce)
Method Summary
Methods inherited from class com.facebook.internal.PlatformServiceClient
onBindingDied, onNullBinding
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail

PlatformServiceClient

PlatformServiceClient(Context context, Integer requestMessage, Integer replyMessage, Integer protocolVersion, String applicationId, String nonce)
Method Detail

getNonce

 final StringgetNonce()

start

 final Booleanstart()

cancel

 final Unitcancel()

onServiceConnected

UnitonServiceConnected(ComponentName name, IBinder service)

onServiceDisconnected

UnitonServiceDisconnected(ComponentName name)