Package zendesk.messaging.android
Enum UrlSource
-
- All Implemented Interfaces:
-
java.io.Serializable
,kotlin.Comparable
@Deprecated(message = "Please use Zendesk SDK") public enum UrlSource extends Enum<UrlSource>
In which UI element a URL was displayed to the user when it was clicked.
-
-
Method Summary
Modifier and Type Method Description final UrlSource
valueOf(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.
-
-
-
-