Package zendesk.android.messaging
Class MessagingScreen.Conversation
-
- All Implemented Interfaces:
@Serializable() public final class MessagingScreen.Conversation extends MessagingScreen
Screen showing a specific conversation identified by id.
-
-
Field Summary
Fields Modifier and Type Field Description private final String
id
private final MessagingScreen.ExitAction
onExit
-
Constructor Summary
Constructors Constructor Description MessagingScreen.Conversation(String id, MessagingScreen.ExitAction onExit)
-
Method Summary
Modifier and Type Method Description final String
getId()
final MessagingScreen.ExitAction
getOnExit()
-
-
Constructor Detail
-
MessagingScreen.Conversation
MessagingScreen.Conversation(String id, MessagingScreen.ExitAction onExit)
- Parameters:
id
- the unique identifier of the conversation to display.onExit
- action to perform when exiting this screen, defaults to returning to the conversation list.
-
-
Method Detail
-
getOnExit
final MessagingScreen.ExitAction getOnExit()
-
-
-
-