public static interface RespokeClient.JoinGroupCompletionListener
Modifier and Type | Method and Description |
---|---|
void |
onError(java.lang.String errorMessage)
Receive a notification that the asynchronous operation failed
|
void |
onSuccess(java.util.ArrayList<RespokeGroup> groupList)
Received notification that the groups were successfully joined
|
void onSuccess(java.util.ArrayList<RespokeGroup> groupList)
groupList
- An array of RespokeGroup instances representing the groups that were successfully joinedvoid onError(java.lang.String errorMessage)
errorMessage
- A human-readable description of the error that was encountered