-
- 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
-
Method Summary
Modifier and Type Method Description final StringgetNonce()final UnitsetCompletedListener(PlatformServiceClient.CompletedListener listener)final Booleanstart()final Unitcancel()UnitonServiceConnected(ComponentName name, IBinder service)UnitonServiceDisconnected(ComponentName name)-
-
Method Detail
-
setCompletedListener
final Unit setCompletedListener(PlatformServiceClient.CompletedListener listener)
-
onServiceConnected
Unit onServiceConnected(ComponentName name, IBinder service)
-
onServiceDisconnected
Unit onServiceDisconnected(ComponentName name)
-
-
-
-