Class VerificationStartEventAction
java.lang.Object
com.sinch.sdk.core.utils.EnumDynamic<String,VerificationStartEventAction>
com.sinch.sdk.domains.verification.models.v1.sinchevents.VerificationStartEventAction
Determines whether the verification can be executed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final VerificationStartEventActionVerification allowedstatic final VerificationStartEventActionVerification denied -
Method Summary
Modifier and TypeMethodDescriptionstatic VerificationStartEventActionstatic Stringstatic Stream<VerificationStartEventAction> values()Methods inherited from class com.sinch.sdk.core.utils.EnumDynamic
equals, hashCode, toString, value
-
Field Details
-
ALLOW
Verification allowed -
DENY
Verification denied
-
-
Method Details
-
values
-
from
-
valueOf
-