Package-level declarations
Common utility classes for working with PSPDFKit.
Types
Functions
Retrieves meta-data information about an application package that is installed on the system using appropriate API for Android Tiramisu and upwards.
Retrieves overall information about an application package that is installed on the system using appropriate API for Android Tiramisu and upwards.
Gets parcelable array list with the value associated to the given key using appropriate API for Android Tiramisu and upwards.
Retrieves all activities that can be performed for the given intent using appropriate API for Android Tiramisu and upwards.
Reads into the given list items containing a particular object type that were written with Parcel.writeTypedList at the current Parcel.dataPosition. The list must have previously been written via Parcel.writeTypedList with the same object type.
Reads a new Parcelable from the parcel. The given class loader will be used to load any enclosed Parcelables. If it is null
, the default class loader will be used.