mirror of
https://github.com/fromchat-messenger/app.git
synced 2026-09-22 19:15:05 +03:00
c903120ed4
Signed-off-by: denis0001-dev <denis0001.dev@ya.ru>
5 lines
204 B
Kotlin
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)
|