SubscribeHoldingHandOptions class

订阅握持手选项

Inheritance

Constructors

SubscribeHoldingHandOptions({required HoldingHandChangeCallback onChange, void success()?, void fail(String errMsg)?, void complete(String errMsg)?})
const

Properties

complete → void Function(String errMsg)?
完成回调(成功或失败都会调用)
finalinherited
fail → void Function(String errMsg)?
订阅失败回调
finalinherited
hashCode int
The hash code for this object.
no setterinherited
onChange HoldingHandChangeCallback
握持手状态变化时回调
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
success → void Function()?
订阅成功回调
finalinherited

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