-
- 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 ZendeskCredentials
credentials
private final ConversationKit
conversationKit
private final MessagingSettings
messagingSettings
private final CoroutineScope
coroutineScope
private final SuspendFunction1<ZendeskEvent, Unit>
dispatchEvent
private final Context
context
-
Method Summary
Modifier and Type Method Description final ZendeskCredentials
getCredentials()
final ConversationKit
getConversationKit()
final MessagingSettings
getMessagingSettings()
final CoroutineScope
getCoroutineScope()
final SuspendFunction1<ZendeskEvent, Unit>
getDispatchEvent()
final Context
getContext()
-
-
Method Detail
-
getCredentials
final ZendeskCredentials getCredentials()
-
getConversationKit
final ConversationKit getConversationKit()
-
getMessagingSettings
final MessagingSettings getMessagingSettings()
-
getCoroutineScope
final CoroutineScope getCoroutineScope()
-
getDispatchEvent
final SuspendFunction1<ZendeskEvent, Unit> getDispatchEvent()
-
getContext
final Context getContext()
-
-
-
-