Skip to content

ActivationAndroid

Activation Android

LCMActivation

Package : com.denachina.lcm.sdk.activation.LCMActivation
Class : LCMActivation

 

attribute/Interface
Parameters details
Note
String layoutJson JSON to describe layout.
public void showDefaultUI(ActivationCallback activationCallback) activationCallback
com.denachina.lcm.sdk.activation.LCMActivation.ActivationCallback
void onDismiss(String code)
Return the code inputed by user when dialog dismissed.
After get the code from user, developer should call LCMSDK.setAuthCode(String code) and LCMSDK.resume to auth again.
public void continueProcessing() After show ActivationUI call this to continue.
Back to top