public static interface LocationSharing.Callback<T>
Callback interface for Location Sharing operations
Modifier and Type | Method and Description |
---|---|
void |
onError(LocationSharingException t) |
void |
onSuccess(T result) |
void onSuccess(T result)
void onError(LocationSharingException t)