My Business Configuration
data class MyBusinessConfiguration @JvmOverloads constructor( val uploadServiceNotificationConfig: MBUploadServiceNotificationConfig? = null, val defaultAutoDeletionEnabled: Boolean = false, val defaultAutoDeletionPeriod: MBAutoDeletionPeriod = MBAutoDeletionPeriod(MBAutoDeletionUnit.MINUTE, 0), val defaultProcessAutoSave: Boolean = false, val defaultMaxNumberOfRecentUsedTemplate: Int = 6)
Content copied to clipboard
Constructors
Link copied to clipboard
fun MyBusinessConfiguration( uploadServiceNotificationConfig: MBUploadServiceNotificationConfig? = null, defaultAutoDeletionEnabled: Boolean = false, defaultAutoDeletionPeriod: MBAutoDeletionPeriod = MBAutoDeletionPeriod(MBAutoDeletionUnit.MINUTE, 0), defaultProcessAutoSave: Boolean = false, defaultMaxNumberOfRecentUsedTemplate: Int = 6)
Content copied to clipboard
Properties
Link copied to clipboard
val uploadServiceNotificationConfig: MBUploadServiceNotificationConfig? = null
Content copied to clipboard