Interface SessionSharingCallback
-
- All Implemented Interfaces:
public interface SessionSharingCallback
Callback to observe session sharing status on startSharingSession
-
-
Method Summary
Modifier and Type Method Description abstract void
onSessionSharedResult(String token, boolean isSuccessful)
Invoked when location sharing status changed -
-
Method Detail
-
onSessionSharedResult
abstract void onSessionSharedResult(String token, boolean isSuccessful)
Invoked when location sharing status changed
- Parameters:
token
- for location sharing sessionisSuccessful
- to indicate the status of location sharing
-
-
-
-