WebKitWebViewUIImplementationOptions
@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.
Properties
android?
optionalandroid:WebKitWebViewUIImplementationOptionsAndroid
ios?
optionalios:WebKitWebViewUIImplementationOptionsIOS
sendWechatAuthRequest()?
optionalsendWechatAuthRequest: (state) =>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.
Parameters
state
string
Returns
void