SignatureResult mixin

Mixin defining callbacks for signature-related events.

Properties

hashCode int
The hash code for this object.
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
onPageChanged(int currentPage) → void
Called when the current page changes.
onPlacementsChanged(List<SignaturePlacement> placements) → void
Called when signature placements change.
onSign(Image signature) → void
Called when a signature is created.
onSignatureCancelled(String message) → void
Called when the signature process is cancelled.
onSignatureFailed(Exception message) → void
Called when the signature process fails.
onSignatureModeChanged(bool isSignatureMode) → void
Called when signature mode is toggled.
onSignatureSucceed(File file) → void
Called when the signature is successfully applied and saved.
toString() String
A string representation of this object.
inherited

Operators

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