SignatureGraphic

Contains the graphic that will be used as the signature.

Types

Link copied to clipboard
object Companion

Companion object providing factory methods for creating SignatureGraphic instances.

Properties

Link copied to clipboard
val dataProvider: ERROR CLASS: Symbol not found for DataProvider??

The com.pspdfkit.document.providers.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

Describes the kinds of special objects contained in this Parcelable instance.

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Compares this SignatureGraphic with another object for equality.

Link copied to clipboard
open override fun hashCode(): Int

Computes a hash code for this SignatureGraphic based on its contents.

Link copied to clipboard
open override fun toString(): String

Returns a string representation of this SignatureGraphic for debugging purposes.

Link copied to clipboard
open override fun writeToParcel(dest: Parcel, flags: Int)

Writes this SignatureGraphic to a Parcel for serialization.