Authorizer

fun interface Authorizer(source)

Callback to use with DatabaseConnection.setAuthorizer.

Functions

Link copied to clipboard
abstract fun apply(action: SqliteActionCode, detail1: String?, detail2: String?, detail3: String?, detail4: String?): SqliteAuthorizerStatus

Details on parameters and result can be found here.