Functions
Link copied to clipboard
fun TaskPushNotificationConfig.Companion.create(block: Consumer<TaskPushNotificationConfigBuilder>): TaskPushNotificationConfig
Creates a new instance of a TaskPushNotificationConfig using the provided Java-friendly Consumer.
fun TaskPushNotificationConfig.Companion.create(block: TaskPushNotificationConfigBuilder.() -> Unit): TaskPushNotificationConfig
Creates a new instance of a TaskPushNotificationConfig using the provided configuration block.