public static interface RespokeGroup.GetGroupMembersCompletionListener
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<RespokeConnection> memberArray)
Receive an array of the group members asynchronously
|
void onSuccess(java.util.ArrayList<RespokeConnection> memberArray)
memberArray
- An array of the connections that are a member of this groupvoid onError(java.lang.String errorMessage)
errorMessage
- A human-readable description of the error that was encountered