Skip to main content

WebKitWebViewUIImplementationOptionsAndroid

@authgear/react-native


@authgear/react-native / WebKitWebViewUIImplementationOptionsAndroid

Interface: WebKitWebViewUIImplementationOptionsAndroid

Color is an integer according to this encoding https://developer.android.com/reference/android/graphics/Color#encoding.

Properties

actionBarBackgroundColor?

optional actionBarBackgroundColor: number

The color is in hexadecimal format representing the argb, for example, blue is 0xff0000ff.


actionBarButtonTintColor?

optional actionBarButtonTintColor: number

The color is in hexadecimal format representing the argb, for example, blue is 0xff0000ff.


wechatRedirectURI?

optional wechatRedirectURI: string

When the webview navigates to this URI, instead of follow the URI in the webview, invoke sendWechatAuthRequest.