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