public interface ConversationHolder
| Modifier and Type | Method and Description |
|---|---|
Conversation |
getConversation()
Returns the underlying conversation this holder is built with.
|
boolean |
isNewConversation()
If this conversation was newly created, this method returns
true, for an existing one, it will return false. |
Conversation getConversation()
boolean isNewConversation()
true, for an existing one, it will return false.true for a newly created conversation, false otherwiseCopyright © 2019. All rights reserved.