Files
app/app/shared/src/commonMain/kotlin/ru/fromchat/notifications/IncomingCallNotification.kt
T
2026-09-13 23:59:25 +03:00

5 lines
204 B
Kotlin

package ru.fromchat.notifications
/** Platform hook when an incoming call arrives while the app may be in the background. */
internal expect fun notifyIncomingCallIfBackground(callerDisplayName: String)