Package zendesk.android.messaging
Enum UrlSource
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classUrlSource.Companion
-
Enum Constant Summary
Enum Constants Enum Constant Description TEXTThe URL was part of a text message.
CAROUSELThe URL was an action of a carousel item.
FILEThe URL of a file in the conversation.
IMAGEThe URL of an image in the conversation.
LINK_MESSAGE_ACTIONThe URL was part of a link action in the conversation.
WEBVIEW_MESSAGE_ACTIONThe URL was part of a webview action in the conversation.
-
Method Summary
Modifier and Type Method Description final UrlSourcevalueOf(String value)Returns the enum constant of this type with the specified name. final Array<UrlSource>values()Returns an array containing the constants of this enum type, in the order they're declared. final EnumEntries<UrlSource>getEntries()In which UI element a URL was displayed to the user when it was clicked. -
-
Method Detail
-
valueOf
final UrlSource valueOf(String value)
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.)
-
values
final Array<UrlSource> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
getEntries
final EnumEntries<UrlSource> getEntries()
In which UI element a URL was displayed to the user when it was clicked.
-
-
-
-