pushNotificationConfig
inline fun pushNotificationConfig(init: PushNotificationConfigBuilder.() -> Unit): PushNotificationConfig(source)
Top-level DSL function for creating PushNotificationConfig.
Return
A new PushNotificationConfig instance.
Parameters
init
The lambda to configure the push notification config.
fun pushNotificationConfig(init: Consumer<PushNotificationConfigBuilder>): PushNotificationConfig(source)
Java-friendly top-level DSL function for creating PushNotificationConfig.
Return
A new PushNotificationConfig instance.
Parameters
init
The consumer to configure the push notification config.