MBUploadServiceNotificationConfig

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)