T - return type of fluent API methodspublic static interface Dialogs.HasType<T>
| Modifier and Type | Method and Description |
|---|---|
Dialogs.MessageType |
getType() |
T |
withType(Dialogs.MessageType type)
Sets message type, e.g.
|
T withType(Dialogs.MessageType type)
Dialogs.MessageType.CONFIRMATION or Dialogs.MessageType.WARNING.type - message typeDialogs.MessageType getType()