-
- All Implemented Interfaces:
-
zendesk.android.messaging.MessagingFactory
public final class DefaultMessagingFactory implements MessagingFactoryThis 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.
-
-
Field Summary
Fields Modifier and Type Field Description private final UserColorsuserLightColorsprivate final UserColorsuserDarkColors
-
Constructor Summary
Constructors Constructor Description DefaultMessagingFactory(UserColors userLightColors, UserColors userDarkColors)DefaultMessagingFactory(UserColors userLightColors)DefaultMessagingFactory()
-
Method Summary
Modifier and Type Method Description UserColorsgetUserLightColors()UserColorsgetUserDarkColors()Messagingcreate(MessagingFactory.CreateParams params)-
-
Method Detail
-
getUserLightColors
UserColors getUserLightColors()
-
getUserDarkColors
UserColors getUserDarkColors()
-
create
Messaging create(MessagingFactory.CreateParams params)
-
-
-
-