MyBusinessConfiguration

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)

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)

Properties

Link copied to clipboard
val defaultAutoDeletionEnabled: Boolean = false
Link copied to clipboard
val defaultAutoDeletionPeriod: MBAutoDeletionPeriod
Link copied to clipboard
val defaultMaxNumberOfRecentUsedTemplate: Int = 6
Link copied to clipboard
val defaultProcessAutoSave: Boolean = false
Link copied to clipboard