|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Purchase
Represents a successful in-app purchase.
Method Summary | |
---|---|
Date |
getDate()
Retrieves the date this purchase was made. |
String |
getDigitalGoodId()
Retrieves the ID of the purchased digital good. |
String |
getDigitalGoodSku()
Retrieves the SKU of the purchased digital good. |
String |
getLicenseKey()
Retrieves the license key for this purchase, or null if the purchased digital
good does not have a license key. |
String |
getMetadata()
Retrieves the metadata for this purchase, or null if no metadata
was included with the purchase. |
String |
getTransactionId()
Retrieves the transaction ID for this purchase. |
Method Detail |
---|
Date getDate()
String getLicenseKey()
null
if the purchased digital
good does not have a license key.
null
.String getDigitalGoodId()
String getDigitalGoodSku()
String getTransactionId()
String getMetadata()
null
if no metadata
was included with the purchase.
null
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |