setInAppWebViewCustomizer

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

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

Since

TODO: Add version

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

TODO: Add version

Parameters

workspaceId

Account identifier, APP ID on the MoEngage Dashboard.

customize

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