-
public interface MessagingPublic entry point of the SDK.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMessaging.Companion
-
Method Summary
Modifier and Type Method Description abstract UnitshowMessaging(Context context)Given the context, starts the ConversationActivity immediately. abstract UnitshowMessaging(Context context, Integer intentFlags)Given the context and intentFlags, starts the ConversationActivity immediately. abstract IntegergetUnreadMessageCount()Returns the current number of unread messages. -
-
Method Detail
-
showMessaging
abstract Unit showMessaging(Context context)
Given the context, starts the ConversationActivity immediately.
- Parameters:
context- the Context to start the activity
-
showMessaging
abstract Unit showMessaging(Context context, Integer intentFlags)
Given the context and intentFlags, starts the ConversationActivity immediately.
- Parameters:
context- the Context to start the activityintentFlags- special flags controlling how the intent to start the ConversationActivity is handled, 0 by default
-
getUnreadMessageCount
abstract Integer getUnreadMessageCount()
Returns the current number of unread messages.
-
-
-
-