net.robotmedia.billing
Interface BillingController.IConfiguration

All Known Implementing Classes:
AbstractBillingActivity
Enclosing class:
BillingController

public static interface BillingController.IConfiguration

Used to provide on-demand values to the billing controller.


Method Summary
 byte[] getObfuscationSalt()
          Returns a salt for the obfuscation of purchases in local memory.
 String getPublicKey()
          Returns the public key used to verify the signature of responses of the Market Billing service.
 

Method Detail

getObfuscationSalt

byte[] getObfuscationSalt()
Returns a salt for the obfuscation of purchases in local memory. NOTE: this array must be the same during different application starts or user must call the net.robotmedia.billing.BillingController#restoreTransactions(android.content.Context) method to get all transaction from market

Returns:
array of 20 random bytes.

getPublicKey

String getPublicKey()
Returns the public key used to verify the signature of responses of the Market Billing service.

Returns:
Base64 encoded public key.


Copyright © 2013. All Rights Reserved.