MBUploadServiceNotificationConfig

data class MBUploadServiceNotificationConfig(    val intent: Intent? = null,     val applicationName: String? = null,     val channelName: String? = null,     val channelGroupId: String? = null,     val channelDescription: String? = null,     val iconResId: Int = 0,     val completeIconResId: Int = 0,     val errorIconResId: Int = 0,     val inProgressMessageResId: Int = 0,     val completedMessageResId: Int = 0,     val errorMessageResId: Int = 0,     val isAutoClearOnSuccess: Boolean = false,     val isClearOnAction: Boolean = false,     val isRingToneEnabled: Boolean = false)

Constructors

Link copied to clipboard
fun MBUploadServiceNotificationConfig(    intent: Intent? = null,     applicationName: String? = null,     channelName: String? = null,     channelGroupId: String? = null,     channelDescription: String? = null,     iconResId: Int = 0,     completeIconResId: Int = 0,     errorIconResId: Int = 0,     inProgressMessageResId: Int = 0,     completedMessageResId: Int = 0,     errorMessageResId: Int = 0,     isAutoClearOnSuccess: Boolean = false,     isClearOnAction: Boolean = false,     isRingToneEnabled: Boolean = false)

Properties

Link copied to clipboard
val applicationName: String? = null
Link copied to clipboard
val channelDescription: String? = null
Link copied to clipboard
val channelGroupId: String? = null
Link copied to clipboard
val channelName: String? = null
Link copied to clipboard
val completedMessageResId: Int = 0
Link copied to clipboard
val completeIconResId: Int = 0
Link copied to clipboard
val errorIconResId: Int = 0
Link copied to clipboard
val errorMessageResId: Int = 0
Link copied to clipboard
val iconResId: Int = 0
Link copied to clipboard
val inProgressMessageResId: Int = 0
Link copied to clipboard
val intent: Intent? = null
Link copied to clipboard
val isAutoClearOnSuccess: Boolean = false
Link copied to clipboard
val isClearOnAction: Boolean = false
Link copied to clipboard
val isRingToneEnabled: Boolean = false