SignatureGraphic

Contains the graphic that will be used as the signature.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The DataProvider of this SignatureGraphic. If this is null uri is guaranteed to be non-null.

Link copied to clipboard

Whether or not this SignatureGraphic is a bitmap.

Link copied to clipboard
val uri: Uri?

The Uri of this SignatureGraphic. If this is null .getDataProvider is guaranteed to be non-null.

Functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
open override fun writeToParcel(dest: Parcel, flags: Int)