Initialization
This is how to initialize the Wepin Android Login Library.
Before creating a WepinLogin instance, please pass the app's Activity Context, App ID, and App Key to the WepinLoginOptions object as follows.
Please create the WepinLogin instance by passing the previously created WepinLoginOptions.
After creating the WepinLogin instance, call the init
method to proceed with the initialization.
Example
isInitialized
You can use the isInitialized
method to check whether the WepinLogin instance has been initialized correctly. The return values are as follows:
boolean it returns true if the initialization is successful and false if the initialization fails.
Last updated