InitializationProvider

A provider used for initializing the PSPDFKit framework. The license is passed in manifest through the metadata with corresponding key pspdfkit_license_key.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun delete(@NonNull uri: Uri, @Nullable selection: String, @Nullable selectionArgs: Array<String>): Int
Link copied to clipboard
open fun getType(@NonNull uri: Uri): String
Link copied to clipboard
open fun insert(@NonNull uri: Uri, @Nullable values: ContentValues): Uri
Link copied to clipboard
open fun onCreate(): Boolean
Link copied to clipboard
open fun query(@NonNull uri: Uri, @Nullable projection: Array<String>, @Nullable selection: String, @Nullable selectionArgs: Array<String>, @Nullable sortOrder: String): Cursor
Link copied to clipboard
open fun update(@NonNull uri: Uri, @Nullable values: ContentValues, @Nullable selection: String, @Nullable selectionArgs: Array<String>): Int