isUniqueCanonicalId

fun isUniqueCanonicalId(canonicalId: String?): Boolean

Check to see if we've seen this ID before. If we have, return false. If not, add the ID to our history and return true.

Return

false if the ID exists in the history, otherwise true.

Parameters

canonicalId

The canonical push ID for an incoming notification.