invoke
Invoke operator to create SQLPushStorage with DSL syntax.
Example usage:
val storage = SQLPushStorage {
context = applicationContext
databaseName = "custom_push.db"
allowDestructiveRecovery = true
}Content copied to clipboard
Invoke operator to create SQLPushStorage with DSL syntax.
Example usage:
val storage = SQLPushStorage {
context = applicationContext
databaseName = "custom_push.db"
allowDestructiveRecovery = true
}