Package 

Class DefaultMessagingFactory

  • All Implemented Interfaces:
    zendesk.android.messaging.MessagingFactory

    
    public final class DefaultMessagingFactory
     implements MessagingFactory
                        

    This factory is the starting point to begin using Messaging. It can be used to create instances of Messaging, which is the main entry point of the SDK.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      UserColors getUserLightColors()
      UserColors getUserDarkColors()
      Messaging create(MessagingFactory.CreateParams params)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultMessagingFactory

        DefaultMessagingFactory(UserColors userLightColors, UserColors userDarkColors)
      • DefaultMessagingFactory

        DefaultMessagingFactory(UserColors userLightColors)
      • DefaultMessagingFactory

        DefaultMessagingFactory()