-
- All Implemented Interfaces:
-
java.io.Serializable
public final class InAppComponent.WebView extends InAppComponent implements Serializable
Represents a web view component within an in-app message.
This class defines the properties for a web view element. It inherits from InAppComponent.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringidprivate final Integertimeoutprivate final BooleanopenDeeplinksInAppprivate final BooleandevModeprivate final InAppComponent.Typetype
-
Constructor Summary
Constructors Constructor Description InAppComponent.WebView(String id, Integer timeout, Boolean openDeeplinksInApp, Boolean devMode)
-
Method Summary
Modifier and Type Method Description final StringgetId()final IntegergetTimeout()final BooleangetOpenDeeplinksInApp()final BooleangetDevMode()final InAppComponent.TypegetType()-
-
Method Detail
-
getTimeout
final Integer getTimeout()
-
getOpenDeeplinksInApp
final Boolean getOpenDeeplinksInApp()
-
getDevMode
final Boolean getDevMode()
-
getType
final InAppComponent.Type getType()
-
-
-
-