MCPcopy Create free account
hub / github.com/M66B/NetGuard / isPurchased

Method isPurchased

app/src/main/java/eu/faircode/netguard/IAB.java:139–141  ·  view source on GitHub ↗
(String sku, String type)

Source from the content-addressed store, hash-verified

137 }
138
139 public boolean isPurchased(String sku, String type) throws RemoteException {
140 return getPurchases(type).contains(sku);
141 }
142
143 public List<String> getPurchases(String type) throws RemoteException {
144 // Get purchases

Callers 15

menu_challengeMethod · 0.95
updateStateMethod · 0.95
prepareUidIPFiltersMethod · 0.95
onReceiveMethod · 0.95
onClickMethod · 0.95
onCreateMethod · 0.95
onMenuItemClickMethod · 0.95
onReadyMethod · 0.95
markProMethod · 0.95
onOptionsItemSelectedMethod · 0.95
markProMethod · 0.95

Calls 3

getPurchasesMethod · 0.95
isDebuggableMethod · 0.95
equalsMethod · 0.45

Tested by

no test coverage detected