Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 844 Bytes

File metadata and controls

32 lines (24 loc) · 844 Bytes

PushMessagesValue

The unified message type.

Example Usage

require "stackone_client"

value = PushMessagesValue::EMAIL

# Open enum: use .deserialize() to create instances from custom string values
custom = PushMessagesValue.deserialize("custom_value")

Values

Name Value
EMAIL email
SMS sms
PUSH push
WEB_PUSH web_push
IOS_PUSH ios_push
ANDROID_PUSH android_push
APP_PUSH app_push
OMNI_CHANNEL omni_channel
CONTENT_BLOCK content_block
IN_APP in_app
UNKNOWN unknown
UNMAPPED_VALUE unmapped_value