-
- 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
Nested Classes Modifier and Type Class Description public interfacePlatformServiceClient.CompletedListener
-
Constructor Summary
Constructors Constructor Description PlatformServiceClient(Context context, int requestMessage, int replyMessage, int protocolVersion, String applicationId, String nonce)
-
Method Summary
Modifier and Type Method Description StringgetNonce()voidsetCompletedListener(PlatformServiceClient.CompletedListener listener)booleanstart()voidcancel()voidonServiceConnected(ComponentName name, IBinder service)voidonServiceDisconnected(ComponentName name)-
-
Method Detail
-
setCompletedListener
void setCompletedListener(PlatformServiceClient.CompletedListener listener)
-
start
boolean start()
-
cancel
void cancel()
-
onServiceConnected
void onServiceConnected(ComponentName name, IBinder service)
-
onServiceDisconnected
void onServiceDisconnected(ComponentName name)
-
-
-
-