@authgear/react-native / WebKitWebViewUIImplementationOptions
Interface: WebKitWebViewUIImplementationOptions
WebKitWebViewUIImplementationOptions specifies options for configuring the user interface of a WebKit WebView. It allows platform-specific customization for iOS and Android.
Table of contents
Properties
Properties
android
• Optional
android: WebKitWebViewUIImplementationOptionsAndroid
Defined in
packages/authgear-react-native/index.d.ts:1263
ios
• Optional
ios: WebKitWebViewUIImplementationOptionsIOS
Defined in
packages/authgear-react-native/index.d.ts:1262
sendWechatAuthRequest
• Optional
sendWechatAuthRequest: (state
: string
) => void
This callback will be called when user click login with WeChat in react-native.
Developer should implement this function to use WeChat SDK to obtain WeChat authentication code. After obtaining the code, developer should call wechatAuthCallback with code and state to complete the WeChat login.
Type declaration
▸ (state
): void
Parameters
Name | Type |
---|---|
state | string |
Returns
void
Defined in
packages/authgear-react-native/index.d.ts:1275