validateAndStorePushId

internal fun validateAndStorePushId(pushId: String): Boolean

Validates the push identifier and if unique, stores it.

Return

True when the push identifier is unique or blank. False when the identifier is non-null and already seen.