com.avos.avoscloud.internal.MasterKeyConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-sdk Show documentation
Show all versions of java-sdk Show documentation
LeanCloud Storage, Engine, SMS SDK
package com.avos.avoscloud.internal;
public interface MasterKeyConfiguration {
public String getMasterKey();
public void setMasterKey(String masterKey);
}