ZelloConsoleSettings

data class ZelloConsoleSettings(val allowTextMessages: Boolean, val allowImageMessages: Boolean, val allowLocationMessages: Boolean, val allowAlertMessages: Boolean, val allowNonDispatchersToEndCalls: Boolean, val allowGroupConversations: Boolean)

Settings for the network. These are configured via the Zello Work Administrative Console.

Constructors

Link copied to clipboard
constructor(allowTextMessages: Boolean, allowImageMessages: Boolean, allowLocationMessages: Boolean, allowAlertMessages: Boolean, allowNonDispatchersToEndCalls: Boolean, allowGroupConversations: Boolean)

Properties

Link copied to clipboard

Allow alert messages. When this is false, you should not show any UI to allow users to send alert messages.

Link copied to clipboard

Allow group conversations. When this is false, you should not show any UI to allow users to start group conversations.

Link copied to clipboard

Allow image messages. When this is false, you should not show any UI to allow users to send image messages.

Link copied to clipboard

Allow location messages. When this is false, you should not show any UI to allow users to send location messages.

Link copied to clipboard

Allow non-dispatchers to end calls. When this is false, you should not show any UI to allow non-dispatchers to end calls.

Link copied to clipboard

Allow text messages. When this is false, you should not show any UI to allow users to send text messages.