CallNotification
class CallNotification
CallNotification. Be aware: on api 31, the notifications requires either to be linked to a foreground service or to have a fullscreen intent.
Types
Link copied to clipboard
data class Builder(val context: Context, val channelId: String, val channelName: String, val type: CallNotification.Type, isHighImportance: Boolean = false, enableCallStyle: Boolean = true, color: Int? = null, user: String? = null, enableTimer: Boolean = false, contentText: String? = null, contentIntent: PendingIntent? = null, fullscreenIntent: PendingIntent? = null, answerIntent: PendingIntent? = null, declineIntent: PendingIntent? = null, screenShareIntent: PendingIntent? = null)
Builder
Link copied to clipboard
Different type of call notifications