-
- All Implemented Interfaces:
public final class MessagingFactory.CreateParams
Params needed by the MessagingFactory to create an instance of Messaging.
-
-
Field Summary
Fields Modifier and Type Field Description private final Context
context
private final ZendeskCredentials
credentials
private final ConversationKit
conversationKit
private final MessagingSettings
messagingSettings
private final CoroutineScope
coroutineScope
private final SuspendFunction1<ZendeskEvent, Unit>
dispatchEvent
-
Method Summary
Modifier and Type Method Description final Context
getContext()
final ZendeskCredentials
getCredentials()
final ConversationKit
getConversationKit()
final MessagingSettings
getMessagingSettings()
final CoroutineScope
getCoroutineScope()
final SuspendFunction1<ZendeskEvent, Unit>
getDispatchEvent()
-
-
Method Detail
-
getContext
final Context getContext()
-
getCredentials
final ZendeskCredentials getCredentials()
-
getConversationKit
final ConversationKit getConversationKit()
-
getMessagingSettings
final MessagingSettings getMessagingSettings()
-
getCoroutineScope
final CoroutineScope getCoroutineScope()
-
getDispatchEvent
final SuspendFunction1<ZendeskEvent, Unit> getDispatchEvent()
-
-
-
-