All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.leancloud.sign.NativeSignHelper Maven / Gradle / Ivy

There is a newer version: 8.2.28
Show newest version
package cn.leancloud.sign;

import android.content.Context;

public class NativeSignHelper {

  // Used to load the 'native-lib' library on application startup.
  static {
    System.loadLibrary("leancloud-core");
  }

  /**
   * A native method that is implemented by the 'native-lib' native library,
   * which is packaged with this application.
   */
  public static native String version();

  public static native String generateRequestAuth();

  public static native void initialize(Context context);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy