showNotification
fun showNotification(
title: String,
options: NotificationOptions = definedExternally
): Promise<Unit>
(source)
Try the revamped Kotlin docs design →
Try the revamped Kotlin docs design!
fun showNotification(
title: String,
options: NotificationOptions = definedExternally
): Promise<Unit>