mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-26 03:40:56 +01:00
Add BillingDependencies and shared implementation.
This commit is contained in:
committed by
Cody Henthorne
parent
36bfd19bcf
commit
982b90d423
@@ -1,14 +1,14 @@
|
||||
package org.signal.billing
|
||||
|
||||
import android.content.Context
|
||||
import org.signal.core.util.billing.BillingApi
|
||||
import org.signal.core.util.billing.BillingDependencies
|
||||
|
||||
/**
|
||||
* Website builds do not support google play billing.
|
||||
*/
|
||||
object BillingFactory {
|
||||
@JvmStatic
|
||||
fun create(context: Context, isBackupsAvailable: Boolean): BillingApi {
|
||||
fun create(billingDependencies: BillingDependencies, isBackupsAvailable: Boolean): BillingApi {
|
||||
return BillingApi.Empty
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user