Builder

open class Builder

Constructors

Link copied to clipboard
open fun Builder()

Properties

Link copied to clipboard
@set:NonNull
private open var isAutoClearOnSuccess: Boolean
Link copied to clipboard
@set:NonNull
private open var isClearOnAction: Boolean
Link copied to clipboard
@set:NonNull
private open var isRingToneEnabled: Boolean

Functions

Link copied to clipboard
open fun applicationName(@NonNull applicationName: String): MyBusinessUploadServiceNotificationConfig.Builder
Link copied to clipboard
open fun build(): MyBusinessUploadServiceNotificationConfig
Link copied to clipboard
open fun channelDescription(@NonNull channelDescription: String): MyBusinessUploadServiceNotificationConfig.Builder
Link copied to clipboard
open fun channelGroupId(@NonNull channelGroupId: String): MyBusinessUploadServiceNotificationConfig.Builder
Link copied to clipboard
open fun channelName(@NonNull channelName: String): MyBusinessUploadServiceNotificationConfig.Builder
Link copied to clipboard
open fun completedMessageResId(completedMessageResId: Int): MyBusinessUploadServiceNotificationConfig.Builder
Link copied to clipboard
open fun completeIconResId(completeIconResId: Int): MyBusinessUploadServiceNotificationConfig.Builder
Link copied to clipboard
open fun errorIconResId(errorIconResId: Int): MyBusinessUploadServiceNotificationConfig.Builder
Link copied to clipboard
open fun errorMessageResId(errorMessageResId: Int): MyBusinessUploadServiceNotificationConfig.Builder
Link copied to clipboard
open fun getApplicationName(): String
Link copied to clipboard
open fun iconResId(iconResId: Int): MyBusinessUploadServiceNotificationConfig.Builder
Link copied to clipboard
open fun inProgressMessageResId(inProgressMessageResId: Int): MyBusinessUploadServiceNotificationConfig.Builder
Link copied to clipboard
open fun intent(@NonNull intent: Intent): MyBusinessUploadServiceNotificationConfig.Builder