MessagingAppSettingsService

interface MessagingAppSettingsService

This service provides settings for messaging app service and frontend.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val includeCustomQuickReplies: Boolean

A boolean that indicates whether the quick replies of a message notification should include custom quick replies.

Link copied to clipboard
abstract val includeDefaultQuickReplies: Boolean

A boolean that indicates whether the quick replies of a message notification should include default quick replies.

Link copied to clipboard
abstract val quickReplies: List<String>

List of custom quick replies which can be provided by the user.