containsKey

open fun containsKey(@NonNull key: String): Boolean

Checks if the push message contains a key.

Return

true if the push message contains a value at the key, otherwise false.

Parameters

key

The key to check.