BillingClientClosedEventHandler BuyItemEventHandler The billing transaction event handler, which can be added/removed. More...
BillingRequestAPICallbackEventHandler RequestAPIEventHandler The billing request API event handler, which can be added/removed. More...
BillingShowDeepLinkCallbackEventHandler ShowDeepLinkEventHandler The billing deep-link feature event handler, which can be added/removed. More...
string GetVersion ( ) Gets the Billing CS plugin version. More...
bool BuyItem ( string appId, BillingRequestServerType serverType, string payDetail ) Launches the billing client. More...
bool IsServiceAvailable ( BillingRequestServerType eServerType ) Gets the payment service availability. More...
bool GetPurchaseList ( string strAppId, string strCustomId, string strCountryCode, int iPageNumber, string strCheckValue, BillingRequestServerType eServerType ) 'Get Purchase List' server open API interface. More...
bool ShowPurchaseHistory ( string strHistoryApp, BillingRequestPurchaseHistoryType eHistoryDetail ) A billing client deep-link feature. Launches the billing client's purchaseHistory page. More...
bool ShowRegisterPromotionalCode ( ) A billing client deep-link feature. Launches the billing client's promotional codes page. More...
bool ShowRegisterCreditCard ( ) A billing client deep-link feature. Launch the billing client's credit card registration page. More...
bool CancelSubscription ( string strAppId, string strCustomId, string strInvoiceId, string strCountryCode, BillingRequestServerType eServerType ) The 'Cancel Subscription' server open API interface. More...
bool ApplyInvoice ( string strAppId, string strCustomId, string strInvoiceId, string strCountryCode, BillingRequestServerType eServerType ) The 'ApplyInvoice' server open API Interface. More...
bool VerifyInvoice ( string strAppId, string strCustomId, string strInvoiceId, string strCountryCode, BillingRequestServerType eServerType ) The 'VerifyInvoice' server open API interface. More...
bool GetProductsList ( string strAppId, string strCountryCode, int iPageSize, int iPageNumber, string strCheckValue, BillingRequestServerType eServerType ) The 'Request Product list' server open API interface. More...
The billing transaction event handler, which can be added/removed.
http://developer.samsung.com/privilege/billing
Public
TV
4.4.0
N
The billing request API event handler, which can be added/removed.
The billing deep-link feature event handler, which can be added/removed.
Deprecated since 5.5.0.
Gets the Billing CS plugin version.
Billing CS plugin version string value.
This api is already posted at SD
Launches the billing client.
A boolean value. Returns true if the Billing client is launched.
Gets the payment service availability.
A boolean value. Returns true if this API is called successfully.
'Get Purchase List' server open API interface.
A billing client deep-link feature. Launches the billing client's purchaseHistory page.
A billing client deep-link feature. Launches the billing client's promotional codes page.
A billing client deep-link feature. Launch the billing client's credit card registration page.
The 'Cancel Subscription' server open API interface.
The 'ApplyInvoice' server open API Interface.
The 'VerifyInvoice' server open API interface.
The 'Request Product list' server open API interface.