Initialization
This is how to initialize the Wepin iOS Login Library.
Before creating a WepinLogin instance, please pass App ID, and App Key to the WepinLoginParams object as follows.
Please create the WepinLogin instance by passing the previously created WepinLoginParams.
After creating the WepinLogin instance, call the initialize
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