-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum InAppMessageActionUrlType extends Enum<InAppMessageActionUrlType>
An enumeration of the possible places action URL's can be loaded, such as an in-app webview
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classInAppMessageActionUrlType.Companion
-
Enum Constant Summary
Enum Constants Enum Constant Description REPLACE_CONTENTLoads the URL on the in-app message webview itself
BROWSERMoves app to background and opens URL in browser
IN_APP_WEBVIEWOpens in an in-app webview
-