java.lang.Object
com.aspose.diagram.Metered
public class Metered
| Constructor Summary |
|---|
Metered()
Initializes a new instance of this class. |
| Method Summary | ||
|---|---|---|
static double | getConsumptionCredit() | |
| Gets consumption credit | ||
static double | getConsumptionQuantity() | |
| Gets consumption file size | ||
static boolean | isMeteredLicensed() | |
| Check whether metered is licensed | ||
void | setMeteredKey(java.lang.String publicKey, java.lang.String privateKey) | |
| Sets metered public and private key. If you purchase metered license, when start application, this API should be called, normally, this is enough. However, if always fail to upload consumption data and exceed 24 hours, the license will be set to evaluation status, to avoid such case, you should regularly check the license status, if it is evaluation status, call this API again. | ||
| Constructor Detail |
|---|
public Metered()
| Method Detail |
|---|
setMeteredKey | |
public void setMeteredKey(java.lang.String publicKey, java.lang.String privateKey) | |
publicKey - public keyprivateKey - private keygetConsumptionQuantity | |
public static double getConsumptionQuantity() | |
getConsumptionCredit | |
public static double getConsumptionCredit()
throws java.lang.Exception | |
isMeteredLicensed | |
public static boolean isMeteredLicensed() | |