@authgear/react-native / WebKitWebViewUIImplementationOptionsAndroid
Interface: WebKitWebViewUIImplementationOptionsAndroid
Color is an integer according to this encoding https://developer.android.com/reference/android/graphics/Color#encoding.
Table of contents
Properties
Properties
actionBarBackgroundColor
• Optional
actionBarBackgroundColor: number
The color is in hexadecimal format representing the argb, for example, blue is 0xff0000ff.
Defined in
packages/authgear-react-native/index.d.ts:1287
actionBarButtonTintColor
• Optional
actionBarButtonTintColor: number
The color is in hexadecimal format representing the argb, for example, blue is 0xff0000ff.
Defined in
packages/authgear-react-native/index.d.ts:1291
wechatRedirectURI
• Optional
wechatRedirectURI: string
When the webview navigates to this URI, instead of follow the URI in the webview, invoke sendWechatAuthRequest.
Defined in
packages/authgear-react-native/index.d.ts:1296