setInAppWebViewCustomizer

fun setInAppWebViewCustomizer(customize: InAppWebView.() -> Unit?)

Set a customizer for HTML In-App WebView instances for the account configured as default.

Since

9.6.0

Parameters

customize

Lambda with InAppWebView receiver for customization, or pass null to clear


fun setInAppWebViewCustomizer(workspaceId: String, customize: InAppWebView.() -> Unit?)

Set a customizer for HTML In-App WebView instances for the given account.

Since

9.6.0

Parameters

workspaceId

Account identifier, APP ID on the MoEngage Dashboard.

customize

Lambda with InAppWebView receiver for customization, or pass null to clear