Package com.batch.android
Class BatchMessagingWebViewJavascriptBridge
- java.lang.Object
-
- com.batch.android.BatchMessagingWebViewJavascriptBridge
-
public class BatchMessagingWebViewJavascriptBridge extends java.lang.ObjectClass providing method implementation for the In-App Webview javascript SDK. Should not be used from native code.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBatchMessagingWebViewJavascriptBridge.DevelopmentErrorCause
-
Constructor Summary
Constructors Constructor Description BatchMessagingWebViewJavascriptBridge(android.content.Context context, BatchMessage message, WebViewActionListener actionListener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetAdvertisingID()protected java.lang.StringgetAdvertisingIDValue()protected java.lang.StringgetCustomLanguage()protected java.lang.StringgetCustomRegion()protected java.lang.StringgetCustomUserID()protected java.lang.StringgetInstallationID()protected booleanisAdvertisingIDAllowedByConfig()java.lang.StringpostMessage(java.lang.String method, java.lang.String rawJsonArguments)
-
-
-
Constructor Detail
-
BatchMessagingWebViewJavascriptBridge
public BatchMessagingWebViewJavascriptBridge(@NonNull android.content.Context context, BatchMessage message, WebViewActionListener actionListener)
-
-
Method Detail
-
postMessage
@NonNull public java.lang.String postMessage(@Nullable java.lang.String method, @Nullable java.lang.String rawJsonArguments)
-
getInstallationID
@Nullable protected java.lang.String getInstallationID()
-
getCustomLanguage
@Nullable protected java.lang.String getCustomLanguage()
-
getCustomRegion
@Nullable protected java.lang.String getCustomRegion()
-
getCustomUserID
@Nullable protected java.lang.String getCustomUserID()
-
getAdvertisingID
@NonNull protected java.lang.String getAdvertisingID() throws com.batch.android.BatchMessagingWebViewJavascriptBridge.BridgeResultProviderException- Throws:
com.batch.android.BatchMessagingWebViewJavascriptBridge.BridgeResultProviderException
-
isAdvertisingIDAllowedByConfig
protected boolean isAdvertisingIDAllowedByConfig()
-
getAdvertisingIDValue
@Nullable protected java.lang.String getAdvertisingIDValue()
-
-