public class ChatResult
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ChatResult.Error
Error details.
|
| Constructor and Description |
|---|
ChatResult(boolean isSuccessful,
ChatResult.Error error) |
| Modifier and Type | Method and Description |
|---|---|
ChatResult.Error |
getError()
Gets error details if operation unsuccessful.
|
boolean |
isSuccessful()
True if operation was performed successfully.
|
public ChatResult(boolean isSuccessful,
ChatResult.Error error)
public boolean isSuccessful()
public ChatResult.Error getError()