NotificationChannelVerificationStatus

enum NotificationChannelVerificationStatus : Enum<NotificationChannelVerificationStatus> , ConvertibleToJava<NotificationChannelVerificationStatus>

Indicates whether this channel has been verified or not. On a ListNotificationChannels or GetNotificationChannel operation, this field is expected to be populated.If the value is UNVERIFIED, then it indicates that the channel is non-functioning (it both requires verification and lacks verification); otherwise, it is assumed that the channel works.If the channel is neither VERIFIED nor UNVERIFIED, it implies that the channel is of a type that does not require verification or that this specific channel has been exempted from verification because it was created prior to verification being required for channels of this type.This field cannot be modified using a standard UpdateNotificationChannel operation. To change the value of this field, you must call VerifyNotificationChannel.

Entries

Link copied to clipboard

Sentinel value used to indicate that the state is unknown, omitted, or is not applicable (as in the case of channels that neither support nor require verification in order to function).

Link copied to clipboard

The channel has yet to be verified and requires verification to function. Note that this state also applies to the case where the verification process has been initiated by sending a verification code but where the verification code has not been submitted to complete the process.

Link copied to clipboard

It has been proven that notifications can be received on this notification channel and that someone on the project has access to messages that are delivered to that channel.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): NotificationChannelVerificationStatus
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: NotificationChannelVerificationStatus
Link copied to clipboard
Link copied to clipboard