SmartBackType enum

Inheritance

Constructors

SmartBackType()
const

Values

normal → const SmartBackType

Interception returns the event, closes the dialog, but does not close the page (if the dialog exists on the interface)

拦截返回事件, 关闭dialog, 但不会关闭页面 (如果dialog存在在界面上)

block → const SmartBackType

Interception returns the event without closing the dialog or closing the page

拦截返回事件, 不关闭dialog, 也不关闭页面

ignore → const SmartBackType

Do not intercept the return event, the return event will not close the dialog

不拦截返回事件, 返回事件将不会关闭dialog

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<SmartBackType>
A constant List of the values in this enum, in order of their declaration.