-
public class PreferencePlayerPurchasesKeys
-
-
Field Summary
Fields Modifier and Type Field Description private final StringPREFS_PURCHASE_TOKENSprivate final StringPREFS_EXISTING_PURCHASESpublic final static PreferencePlayerPurchasesKeysINSTANCE
-
Method Summary
Modifier and Type Method Description final StringgetPREFS_PURCHASE_TOKENS()(String) The purchase tokens that have been tracked. final StringgetPREFS_EXISTING_PURCHASES()(Boolean) Whether new purchases should be treated as existing. -
-
Method Detail
-
getPREFS_PURCHASE_TOKENS
final String getPREFS_PURCHASE_TOKENS()
(String) The purchase tokens that have been tracked.
-
getPREFS_EXISTING_PURCHASES
final String getPREFS_EXISTING_PURCHASES()
(Boolean) Whether new purchases should be treated as existing.
-
-
-
-