-
- 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.
-
-
Field Summary
Fields Modifier and Type Field Description private final UserColors
userLightColors
private final UserColors
userDarkColors
-
Constructor Summary
Constructors Constructor Description DefaultMessagingFactory(UserColors userLightColors, UserColors userDarkColors)
DefaultMessagingFactory(UserColors userLightColors)
DefaultMessagingFactory()
-
Method Summary
Modifier and Type Method Description UserColors
getUserLightColors()
UserColors
getUserDarkColors()
Messaging
create(MessagingFactory.CreateParams params)
-
-
Method Detail
-
getUserLightColors
UserColors getUserLightColors()
-
getUserDarkColors
UserColors getUserDarkColors()
-
create
Messaging create(MessagingFactory.CreateParams params)
-
-
-
-