Scope
Binder 中的作用域。
Entries
Link copied to clipboard
直接作用域当前环境下的作用域,使用此作用域时,Binder.value 无效。
Link copied to clipboard
作用于所有的(可动态绑定的)监听函数的作用域,使用此作用域时,Binder.value 无效。
Properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.