public class Metered extends Object
Provides methods to set metered key.
In this example, an attempt will be made to set metered public and private key<ms> <pre> [C#] Metered matered = new Metered(); matered.SetMeteredKey("PublicKey", "PrivateKey"); [Visual Basic] Dim matered As Metered = New Metered matered.SetMeteredKey("PublicKey", "PrivateKey") </pre> </ms>
<java> the component jar file: <pre> Metered matered = new Metered(); matered.setMeteredKey("PublicKey", "PrivateKey"); </pre> </java>
Constructor and Description |
---|
Metered()
Initializes a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
static double |
getConsumptionQuantity()
Gets consumption quantity
|
static void |
setMeteredKey(String publicKey,
String privateKey)
Sets metered public and private key
|
Copyright © 2019. All rights reserved.