getNotificationId

abstract fun getNotificationId(notification: ChatNotification): Int?

Generates a notification ID for the given ChatNotification.

Return

A unique integer ID for the notification, or null to use the SDK's default notification ID generation logic.

Parameters

notification

The chat notification to generate an ID for.