WebKitWebViewUIImplementationOptionsAndroid
@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?
optionalactionBarBackgroundColor:number
The color is in hexadecimal format representing the argb, for example, blue is 0xff0000ff.
actionBarButtonTintColor?
optionalactionBarButtonTintColor:number
The color is in hexadecimal format representing the argb, for example, blue is 0xff0000ff.
wechatRedirectURI?
optionalwechatRedirectURI:string
When the webview navigates to this URI, instead of follow the URI in the webview, invoke sendWechatAuthRequest.