defaultOption property

Option defaultOption
final

Global default options Once these default options are modified, they will take effect globally. Option.simpleNotification corresponds to the default value of showSimpleNotification Option.notification corresponds to the default value of showNotification Option.customNotification corresponds to the default value of showCustomNotification Option.text corresponds to the default value of showText Option.customText corresponds to the default value of showCustomText Option.loading corresponds to the default value of showLoading Option.customLoading corresponds to the default value of showCustomLoading Option.attached corresponds to the default value of showAttachedWidget Option.animation corresponds to the default value of showAnimationWidget Option.enhanced corresponds to the default value of showEnhancedWidget

全局默认选项 一旦修改了该默认选项将会在在全局范围内生效 Option.simpleNotification 对应 showSimpleNotification 的默认值 Option.notification 对应 showNotification 的默认值 Option.customNotification 对应 showCustomNotification 的默认值 Option.text 对应 showText 的默认值 Option.customText 对应 showCustomText 的默认值 Option.loading 对应 showLoading 的默认值 Option.customLoading 对应 showCustomLoading 的默认值 Option.attached 对应 showAttachedWidget 的默认值 Option.animation 对应 showAnimationWidget 的默认值 Option.enhanced 对应 showEnhancedWidget 的默认值

Implementation

static final Option defaultOption = Option();