Package zendesk.android.messaging
Class MessagingScreen.NewConversation
-
- All Implemented Interfaces:
@Serializable() public final class MessagingScreen.NewConversation extends MessagingScreen
Screen for starting a new conversation.
-
-
Field Summary
Fields Modifier and Type Field Description private final MessagingScreen.ExitAction
onExit
-
Constructor Summary
Constructors Constructor Description MessagingScreen.NewConversation(MessagingScreen.ExitAction onExit)
-
Method Summary
Modifier and Type Method Description final MessagingScreen.ExitAction
getOnExit()
-
-
Constructor Detail
-
MessagingScreen.NewConversation
MessagingScreen.NewConversation(MessagingScreen.ExitAction onExit)
- Parameters:
onExit
- action to perform when exiting this screen, defaults to returning to the conversation list.
-
-
Method Detail
-
getOnExit
final MessagingScreen.ExitAction getOnExit()
-
-
-
-