public static interface SendMessageDialog.OnSendListener
| Modifier and Type | Method and Description |
|---|---|
void |
onSendFailure(DialogInterface dialog)
Called by the given dialog when the dialog sends a message to selected friends
and groups unsuccessfully.
|
void |
onSendSuccess(DialogInterface dialog)
Called by the given dialog when the dialog sends a message to selected friends
and groups successfully.
|
void onSendSuccess(DialogInterface dialog)
dialog - The dialog that sends the message data will be passed into the method.void onSendFailure(DialogInterface dialog)
dialog - The dialog that send the message data will be passed into the method.