Package net_62v.external
Class MetaActivationManager
java.lang.Object
net_62v.external.MetaActivationManager
Activate the sdk by this class, you should activate the sdk before you using it.
- Version:
- 1.0
- Author:
- [email protected]
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidactivateSdk(String activationCode) If you don't wanna configure your application node, you can activate your app by this method.
You can config your application node and add the meta data likestatic voidchangeRemoteServerUrl(String newServerUrl) static StringGet activation message, you can check the sdk activation status by this method.static booleanGet the activation status
-
Constructor Details
-
MetaActivationManager
public MetaActivationManager()
-
-
Method Details
-
activateSdk
If you don't wanna configure your application node, you can activate your app by this method.
You can config your application node and add the meta data like
<meta-data android:name="MUNDO_APP_KEY" android:value="my_sample_key" />- Parameters:
activationCode- your sdk activation code- Throws:
RemoteException
-
getActivationMessage
Get activation message, you can check the sdk activation status by this method.- Returns:
- activation status, you can check the status by log this message.
- Throws:
RemoteException
-
getActivationStatus
Get the activation status- Returns:
- boolean value, true if activation success, false if not yet activated or activate failed.
- Throws:
RemoteException
-
changeRemoteServerUrl
- Throws:
RemoteException
-