SignatureUiData

open class SignatureUiData

UI data for the newly drawn signature. Used by onSignatureUiDataCollected to collect the signature UI data such as point sequences, input method, pressure, time and radius of each touch.

Constructors

Link copied to clipboard
constructor(@NonNull pointSequences: List<List<PointF>>, @NonNull pressureList: List<Float>, @NonNull timePoints: List<Long>, @NonNull touchRadii: List<Float>, @Nullable inputMethod: BiometricSignatureData.InputMethod)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard