BeaconInitProvider

Internal Beacon SDK class to handle the initialization of the SDK with Application Context

Auto Init can be disabled by adding the following meta-data tag to your manifest. However, if Auto Init is disabled you need to pass context to Beacon.Builder.withContext() to manually init the Beacon.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

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