程序包 net_62v.external

类 MetaActivationManager

java.lang.Object
net_62v.external.MetaActivationManager

public final class MetaActivationManager extends Object
Activate the sdk by this class, you should activate the sdk before you using it.
版本:
1.0
作者:
[email protected]
  • 构造器详细资料

    • MetaActivationManager

      public MetaActivationManager()
  • 方法详细资料

    • activateSdk

      public static void activateSdk(String activationCode) throws RemoteException
      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" />

      参数:
      activationCode - your sdk activation code
      抛出:
      RemoteException
    • getActivationMessage

      public static String getActivationMessage() throws RemoteException
      Get activation message, you can check the sdk activation status by this method.
      返回:
      activation status, you can check the status by log this message.
      抛出:
      RemoteException
    • getActivationStatus

      public static boolean getActivationStatus() throws RemoteException
      Get the activation status
      返回:
      boolean value, true if activation success, false if not yet activated or activate failed.
      抛出:
      RemoteException
    • changeRemoteServerUrl

      public static void changeRemoteServerUrl(String newServerUrl) throws RemoteException
      抛出:
      RemoteException