Package 

Interface Messaging

  • All Implemented Interfaces:

    
    public interface Messaging
    
                        

    Public entry point of the SDK.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class Messaging.Companion
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • showMessaging

         abstract Unit showMessaging(Context context, Integer intentFlags)

        Given the context and intentFlags, starts the ConversationActivity immediately.

        Parameters:
        context - the Context to start the activity
        intentFlags - special flags controlling how the intent to start the ConversationActivity is handled, 0 by default