mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-02 06:33:38 +01:00
Cache product pricing for 24hrs.
This commit is contained in:
@@ -21,6 +21,10 @@ interface BillingApi {
|
||||
|
||||
suspend fun isApiAvailable(): Boolean = false
|
||||
|
||||
/**
|
||||
* Queries the Billing API for product pricing. This value should be cached by
|
||||
* the implementor for 24 hours.
|
||||
*/
|
||||
suspend fun queryProduct(): BillingProduct? = null
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user