ContentResolverAppearanceStreamGenerator

Annotation appearance stream generator that supplies a PDF file from a ContentProvider to be used as annotation appearance stream.

Constructors

Link copied to clipboard
constructor(@NonNull uri: Uri)
Creates the appearance stream generator serving document at uri as an appearance stream.

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun describeContents(): Int
Describes the kinds of special objects contained in this Parcelable instance.
Link copied to clipboard
open fun equals(o: Any): Boolean
Compares this appearance stream generator to another object for equality based on the URI.
Link copied to clipboard
Called when the appearance stream data for the given annotation is needed.
Link copied to clipboard
open fun hashCode(): Int
Returns a hash code value for this appearance stream generator based on its URI.
Link copied to clipboard
Asks the generator whether it should be used to generate the appearance stream for annotation.
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)
Flattens this object into a Parcel.