PushNotificationConfigStorage

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun delete(id: PushNotificationConfigId, tenant: Tenant? = null)
Link copied to clipboard
abstract fun get(id: PushNotificationConfigId, tenant: Tenant? = null): TaskPushNotificationConfig?
Link copied to clipboard
abstract fun list(taskId: TaskId, pageSize: Int? = null, pageToken: PageToken? = null, tenant: Tenant? = null): PushNotificationConfigPage
Link copied to clipboard
abstract fun store(config: TaskPushNotificationConfig)