Uses of Class
org.drinkless.tdlib.TdApi.StoreTransaction
Packages that use TdApi.StoreTransaction
-
Uses of TdApi.StoreTransaction in org.drinkless.tdlib
Subclasses of TdApi.StoreTransaction in org.drinkless.tdlibModifier and TypeClassDescriptionstatic classA purchase through App Store.static classA purchase through Google Play.Fields in org.drinkless.tdlib declared as TdApi.StoreTransactionModifier and TypeFieldDescriptionTdApi.AssignStoreTransaction.transactionInformation about the transaction.TdApi.SetAuthenticationPremiumPurchaseTransaction.transactionInformation about the transaction.Constructors in org.drinkless.tdlib with parameters of type TdApi.StoreTransactionModifierConstructorDescriptionAssignStoreTransaction(TdApi.StoreTransaction transaction, TdApi.StorePaymentPurpose purpose) Creates a function, which informs server about an in-store purchase.SetAuthenticationPremiumPurchaseTransaction(TdApi.StoreTransaction transaction, boolean isRestore, String currency, long amount) Creates a function, which informs server about an in-store purchase of Telegram Premium before authorization.