pushNotificationConfig
fun pushNotificationConfig(init: PushNotificationConfigBuilder.() -> Unit): TaskPushNotificationConfigBuilder(source)
Configures the push notification config using a lambda with receiver.
Return
This builder instance for method chaining.
Parameters
init
The lambda to configure the push notification config.
fun pushNotificationConfig(init: Consumer<PushNotificationConfigBuilder>): TaskPushNotificationConfigBuilder(source)
Configures the push notification config using a Java-friendly Consumer.
Return
This builder instance for method chaining.
Parameters
init
The consumer to configure the push notification config.