isKindlyNotification

open override fun isKindlyNotification(remoteMessage: RemoteMessage): Boolean

Checks if a notification is from Kindly.

This function is used to determine if an incoming notification should be handled by the Kindly SDK. It's particularly useful when integrated with other notification handling systems.

Return

Boolean indicating whether the notification is from Kindly.

Parameters

remoteMessage

The message received from Firebase.