C# Class LINE.Datatypes.ShopService.Client

Inheritance: IDisposable, Iface
Show file Open project: Banandana/LineSharp

Protected Properties

Property Type Description
iprot_ Thrift.Protocol.TProtocol
oprot_ Thrift.Protocol.TProtocol
seqid_ int

Public Methods

Method Description
Begin_buyCoinProduct ( AsyncCallback callback, object state, PaymentReservation paymentReservation ) : IAsyncResult
Begin_buyFreeProduct ( AsyncCallback callback, object state, string receiverMid, string productId, int messageTemplate, string language, string country, long packageId ) : IAsyncResult
Begin_buyMustbuyProduct ( AsyncCallback callback, object state, string receiverMid, string productId, int messageTemplate, string language, string country, long packageId, string serialNumber ) : IAsyncResult
Begin_checkCanReceivePresent ( AsyncCallback callback, object state, string recipientMid, long packageId, string language, string country ) : IAsyncResult
Begin_getActivePurchaseVersions ( AsyncCallback callback, object state, long start, int size, string language, string country ) : IAsyncResult
Begin_getActivePurchases ( AsyncCallback callback, object state, long start, int size, string language, string country ) : IAsyncResult
Begin_getCoinProducts ( AsyncCallback callback, object state, PaymentType appStoreCode, string country, string language ) : IAsyncResult
Begin_getCoinProductsByPgCode ( AsyncCallback callback, object state, PaymentType appStoreCode, PaymentPgType pgCode, string country, string language ) : IAsyncResult
Begin_getCoinPurchaseHistory ( AsyncCallback callback, object state, CoinHistoryCondition request ) : IAsyncResult
Begin_getCoinUseAndRefundHistory ( AsyncCallback callback, object state, CoinHistoryCondition request ) : IAsyncResult
Begin_getDownloads ( AsyncCallback callback, object state, long start, int size, string language, string country ) : IAsyncResult
Begin_getEventPackages ( AsyncCallback callback, object state, long start, int size, string language, string country ) : IAsyncResult
Begin_getNewlyReleasedPackages ( AsyncCallback callback, object state, long start, int size, string language, string country ) : IAsyncResult
Begin_getPopularPackages ( AsyncCallback callback, object state, long start, int size, string language, string country ) : IAsyncResult
Begin_getPresentsReceived ( AsyncCallback callback, object state, long start, int size, string language, string country ) : IAsyncResult
Begin_getPresentsSent ( AsyncCallback callback, object state, long start, int size, string language, string country ) : IAsyncResult
Begin_getProduct ( AsyncCallback callback, object state, long packageID, string language, string country ) : IAsyncResult
Begin_getProductList ( AsyncCallback callback, object state, List productIdList, string language, string country ) : IAsyncResult
Begin_getProductListWithCarrier ( AsyncCallback callback, object state, List productIdList, string language, string country, string carrierCode ) : IAsyncResult
Begin_getProductWithCarrier ( AsyncCallback callback, object state, long packageID, string language, string country, string carrierCode ) : IAsyncResult
Begin_getPurchaseHistory ( AsyncCallback callback, object state, long start, int size, string language, string country ) : IAsyncResult
Begin_getTotalBalance ( AsyncCallback callback, object state, PaymentType appStoreCode ) : IAsyncResult
Begin_notifyDownloaded ( AsyncCallback callback, object state, long packageId, string language ) : IAsyncResult
Begin_reserveCoinPurchase ( AsyncCallback callback, object state, CoinPurchaseReservation request ) : IAsyncResult
Begin_reservePayment ( AsyncCallback callback, object state, PaymentReservation paymentReservation ) : IAsyncResult
Client ( TProtocol prot ) : System
Client ( TProtocol iprot, TProtocol oprot ) : System
Dispose ( ) : void
End_buyCoinProduct ( IAsyncResult asyncResult ) : void
End_buyFreeProduct ( IAsyncResult asyncResult ) : void
End_buyMustbuyProduct ( IAsyncResult asyncResult ) : void
End_checkCanReceivePresent ( IAsyncResult asyncResult ) : void
End_getActivePurchaseVersions ( IAsyncResult asyncResult ) : ProductSimpleList
End_getActivePurchases ( IAsyncResult asyncResult ) : ProductList
End_getCoinProducts ( IAsyncResult asyncResult ) : List
End_getCoinProductsByPgCode ( IAsyncResult asyncResult ) : List
End_getCoinPurchaseHistory ( IAsyncResult asyncResult ) : CoinHistoryResult
End_getCoinUseAndRefundHistory ( IAsyncResult asyncResult ) : CoinHistoryResult
End_getDownloads ( IAsyncResult asyncResult ) : ProductList
End_getEventPackages ( IAsyncResult asyncResult ) : ProductList
End_getNewlyReleasedPackages ( IAsyncResult asyncResult ) : ProductList
End_getPopularPackages ( IAsyncResult asyncResult ) : ProductList
End_getPresentsReceived ( IAsyncResult asyncResult ) : ProductList
End_getPresentsSent ( IAsyncResult asyncResult ) : ProductList
End_getProduct ( IAsyncResult asyncResult ) : Product
End_getProductList ( IAsyncResult asyncResult ) : ProductList
End_getProductListWithCarrier ( IAsyncResult asyncResult ) : ProductList
End_getProductWithCarrier ( IAsyncResult asyncResult ) : Product
End_getPurchaseHistory ( IAsyncResult asyncResult ) : ProductList
End_getTotalBalance ( IAsyncResult asyncResult ) : Coin
End_notifyDownloaded ( IAsyncResult asyncResult ) : long
End_reserveCoinPurchase ( IAsyncResult asyncResult ) : PaymentReservationResult
End_reservePayment ( IAsyncResult asyncResult ) : PaymentReservationResult
buyCoinProduct ( PaymentReservation paymentReservation ) : void
buyFreeProduct ( string receiverMid, string productId, int messageTemplate, string language, string country, long packageId ) : void
buyMustbuyProduct ( string receiverMid, string productId, int messageTemplate, string language, string country, long packageId, string serialNumber ) : void
checkCanReceivePresent ( string recipientMid, long packageId, string language, string country ) : void
getActivePurchaseVersions ( long start, int size, string language, string country ) : ProductSimpleList
getActivePurchases ( long start, int size, string language, string country ) : ProductList
getCoinProducts ( PaymentType appStoreCode, string country, string language ) : List
getCoinProductsByPgCode ( PaymentType appStoreCode, PaymentPgType pgCode, string country, string language ) : List
getCoinPurchaseHistory ( CoinHistoryCondition request ) : CoinHistoryResult
getCoinUseAndRefundHistory ( CoinHistoryCondition request ) : CoinHistoryResult
getDownloads ( long start, int size, string language, string country ) : ProductList
getEventPackages ( long start, int size, string language, string country ) : ProductList
getNewlyReleasedPackages ( long start, int size, string language, string country ) : ProductList
getPopularPackages ( long start, int size, string language, string country ) : ProductList
getPresentsReceived ( long start, int size, string language, string country ) : ProductList
getPresentsSent ( long start, int size, string language, string country ) : ProductList
getProduct ( long packageID, string language, string country ) : Product
getProductList ( List productIdList, string language, string country ) : ProductList
getProductListWithCarrier ( List productIdList, string language, string country, string carrierCode ) : ProductList
getProductWithCarrier ( long packageID, string language, string country, string carrierCode ) : Product
getPurchaseHistory ( long start, int size, string language, string country ) : ProductList
getTotalBalance ( PaymentType appStoreCode ) : Coin
notifyDownloaded ( long packageId, string language ) : long
recv_buyCoinProduct ( ) : void
recv_buyFreeProduct ( ) : void
recv_buyMustbuyProduct ( ) : void
recv_checkCanReceivePresent ( ) : void
recv_getActivePurchaseVersions ( ) : ProductSimpleList
recv_getActivePurchases ( ) : ProductList
recv_getCoinProducts ( ) : List
recv_getCoinProductsByPgCode ( ) : List
recv_getCoinPurchaseHistory ( ) : CoinHistoryResult
recv_getCoinUseAndRefundHistory ( ) : CoinHistoryResult
recv_getDownloads ( ) : ProductList
recv_getEventPackages ( ) : ProductList
recv_getNewlyReleasedPackages ( ) : ProductList
recv_getPopularPackages ( ) : ProductList
recv_getPresentsReceived ( ) : ProductList
recv_getPresentsSent ( ) : ProductList
recv_getProduct ( ) : Product
recv_getProductList ( ) : ProductList
recv_getProductListWithCarrier ( ) : ProductList
recv_getProductWithCarrier ( ) : Product
recv_getPurchaseHistory ( ) : ProductList
recv_getTotalBalance ( ) : Coin
recv_notifyDownloaded ( ) : long
recv_reserveCoinPurchase ( ) : PaymentReservationResult
recv_reservePayment ( ) : PaymentReservationResult
reserveCoinPurchase ( CoinPurchaseReservation request ) : PaymentReservationResult
reservePayment ( PaymentReservation paymentReservation ) : PaymentReservationResult
send_buyCoinProduct ( AsyncCallback callback, object state, PaymentReservation paymentReservation ) : IAsyncResult
send_buyCoinProduct ( PaymentReservation paymentReservation ) : void
send_buyFreeProduct ( AsyncCallback callback, object state, string receiverMid, string productId, int messageTemplate, string language, string country, long packageId ) : IAsyncResult
send_buyFreeProduct ( string receiverMid, string productId, int messageTemplate, string language, string country, long packageId ) : void
send_buyMustbuyProduct ( AsyncCallback callback, object state, string receiverMid, string productId, int messageTemplate, string language, string country, long packageId, string serialNumber ) : IAsyncResult
send_buyMustbuyProduct ( string receiverMid, string productId, int messageTemplate, string language, string country, long packageId, string serialNumber ) : void
send_checkCanReceivePresent ( AsyncCallback callback, object state, string recipientMid, long packageId, string language, string country ) : IAsyncResult
send_checkCanReceivePresent ( string recipientMid, long packageId, string language, string country ) : void
send_getActivePurchaseVersions ( AsyncCallback callback, object state, long start, int size, string language, string country ) : IAsyncResult
send_getActivePurchaseVersions ( long start, int size, string language, string country ) : void
send_getActivePurchases ( AsyncCallback callback, object state, long start, int size, string language, string country ) : IAsyncResult
send_getActivePurchases ( long start, int size, string language, string country ) : void
send_getCoinProducts ( AsyncCallback callback, object state, PaymentType appStoreCode, string country, string language ) : IAsyncResult
send_getCoinProducts ( PaymentType appStoreCode, string country, string language ) : void
send_getCoinProductsByPgCode ( AsyncCallback callback, object state, PaymentType appStoreCode, PaymentPgType pgCode, string country, string language ) : IAsyncResult
send_getCoinProductsByPgCode ( PaymentType appStoreCode, PaymentPgType pgCode, string country, string language ) : void
send_getCoinPurchaseHistory ( AsyncCallback callback, object state, CoinHistoryCondition request ) : IAsyncResult
send_getCoinPurchaseHistory ( CoinHistoryCondition request ) : void
send_getCoinUseAndRefundHistory ( AsyncCallback callback, object state, CoinHistoryCondition request ) : IAsyncResult
send_getCoinUseAndRefundHistory ( CoinHistoryCondition request ) : void
send_getDownloads ( AsyncCallback callback, object state, long start, int size, string language, string country ) : IAsyncResult
send_getDownloads ( long start, int size, string language, string country ) : void
send_getEventPackages ( AsyncCallback callback, object state, long start, int size, string language, string country ) : IAsyncResult
send_getEventPackages ( long start, int size, string language, string country ) : void
send_getNewlyReleasedPackages ( AsyncCallback callback, object state, long start, int size, string language, string country ) : IAsyncResult
send_getNewlyReleasedPackages ( long start, int size, string language, string country ) : void
send_getPopularPackages ( AsyncCallback callback, object state, long start, int size, string language, string country ) : IAsyncResult
send_getPopularPackages ( long start, int size, string language, string country ) : void
send_getPresentsReceived ( AsyncCallback callback, object state, long start, int size, string language, string country ) : IAsyncResult
send_getPresentsReceived ( long start, int size, string language, string country ) : void
send_getPresentsSent ( AsyncCallback callback, object state, long start, int size, string language, string country ) : IAsyncResult
send_getPresentsSent ( long start, int size, string language, string country ) : void
send_getProduct ( AsyncCallback callback, object state, long packageID, string language, string country ) : IAsyncResult
send_getProduct ( long packageID, string language, string country ) : void
send_getProductList ( AsyncCallback callback, object state, List productIdList, string language, string country ) : IAsyncResult
send_getProductList ( List productIdList, string language, string country ) : void
send_getProductListWithCarrier ( AsyncCallback callback, object state, List productIdList, string language, string country, string carrierCode ) : IAsyncResult
send_getProductListWithCarrier ( List productIdList, string language, string country, string carrierCode ) : void
send_getProductWithCarrier ( AsyncCallback callback, object state, long packageID, string language, string country, string carrierCode ) : IAsyncResult
send_getProductWithCarrier ( long packageID, string language, string country, string carrierCode ) : void
send_getPurchaseHistory ( AsyncCallback callback, object state, long start, int size, string language, string country ) : IAsyncResult
send_getPurchaseHistory ( long start, int size, string language, string country ) : void
send_getTotalBalance ( AsyncCallback callback, object state, PaymentType appStoreCode ) : IAsyncResult
send_getTotalBalance ( PaymentType appStoreCode ) : void
send_notifyDownloaded ( AsyncCallback callback, object state, long packageId, string language ) : IAsyncResult
send_notifyDownloaded ( long packageId, string language ) : void
send_reserveCoinPurchase ( AsyncCallback callback, object state, CoinPurchaseReservation request ) : IAsyncResult
send_reserveCoinPurchase ( CoinPurchaseReservation request ) : void
send_reservePayment ( AsyncCallback callback, object state, PaymentReservation paymentReservation ) : IAsyncResult
send_reservePayment ( PaymentReservation paymentReservation ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Begin_buyCoinProduct() public method

public Begin_buyCoinProduct ( AsyncCallback callback, object state, PaymentReservation paymentReservation ) : IAsyncResult
callback AsyncCallback
state object
paymentReservation PaymentReservation
return IAsyncResult

Begin_buyFreeProduct() public method

public Begin_buyFreeProduct ( AsyncCallback callback, object state, string receiverMid, string productId, int messageTemplate, string language, string country, long packageId ) : IAsyncResult
callback AsyncCallback
state object
receiverMid string
productId string
messageTemplate int
language string
country string
packageId long
return IAsyncResult

Begin_buyMustbuyProduct() public method

public Begin_buyMustbuyProduct ( AsyncCallback callback, object state, string receiverMid, string productId, int messageTemplate, string language, string country, long packageId, string serialNumber ) : IAsyncResult
callback AsyncCallback
state object
receiverMid string
productId string
messageTemplate int
language string
country string
packageId long
serialNumber string
return IAsyncResult

Begin_checkCanReceivePresent() public method

public Begin_checkCanReceivePresent ( AsyncCallback callback, object state, string recipientMid, long packageId, string language, string country ) : IAsyncResult
callback AsyncCallback
state object
recipientMid string
packageId long
language string
country string
return IAsyncResult

Begin_getActivePurchaseVersions() public method

public Begin_getActivePurchaseVersions ( AsyncCallback callback, object state, long start, int size, string language, string country ) : IAsyncResult
callback AsyncCallback
state object
start long
size int
language string
country string
return IAsyncResult

Begin_getActivePurchases() public method

public Begin_getActivePurchases ( AsyncCallback callback, object state, long start, int size, string language, string country ) : IAsyncResult
callback AsyncCallback
state object
start long
size int
language string
country string
return IAsyncResult

Begin_getCoinProducts() public method

public Begin_getCoinProducts ( AsyncCallback callback, object state, PaymentType appStoreCode, string country, string language ) : IAsyncResult
callback AsyncCallback
state object
appStoreCode PaymentType
country string
language string
return IAsyncResult

Begin_getCoinProductsByPgCode() public method

public Begin_getCoinProductsByPgCode ( AsyncCallback callback, object state, PaymentType appStoreCode, PaymentPgType pgCode, string country, string language ) : IAsyncResult
callback AsyncCallback
state object
appStoreCode PaymentType
pgCode PaymentPgType
country string
language string
return IAsyncResult

Begin_getCoinPurchaseHistory() public method

public Begin_getCoinPurchaseHistory ( AsyncCallback callback, object state, CoinHistoryCondition request ) : IAsyncResult
callback AsyncCallback
state object
request CoinHistoryCondition
return IAsyncResult

Begin_getCoinUseAndRefundHistory() public method

public Begin_getCoinUseAndRefundHistory ( AsyncCallback callback, object state, CoinHistoryCondition request ) : IAsyncResult
callback AsyncCallback
state object
request CoinHistoryCondition
return IAsyncResult

Begin_getDownloads() public method

public Begin_getDownloads ( AsyncCallback callback, object state, long start, int size, string language, string country ) : IAsyncResult
callback AsyncCallback
state object
start long
size int
language string
country string
return IAsyncResult

Begin_getEventPackages() public method

public Begin_getEventPackages ( AsyncCallback callback, object state, long start, int size, string language, string country ) : IAsyncResult
callback AsyncCallback
state object
start long
size int
language string
country string
return IAsyncResult

Begin_getNewlyReleasedPackages() public method

public Begin_getNewlyReleasedPackages ( AsyncCallback callback, object state, long start, int size, string language, string country ) : IAsyncResult
callback AsyncCallback
state object
start long
size int
language string
country string
return IAsyncResult

Begin_getPopularPackages() public method

public Begin_getPopularPackages ( AsyncCallback callback, object state, long start, int size, string language, string country ) : IAsyncResult
callback AsyncCallback
state object
start long
size int
language string
country string
return IAsyncResult

Begin_getPresentsReceived() public method

public Begin_getPresentsReceived ( AsyncCallback callback, object state, long start, int size, string language, string country ) : IAsyncResult
callback AsyncCallback
state object
start long
size int
language string
country string
return IAsyncResult

Begin_getPresentsSent() public method

public Begin_getPresentsSent ( AsyncCallback callback, object state, long start, int size, string language, string country ) : IAsyncResult
callback AsyncCallback
state object
start long
size int
language string
country string
return IAsyncResult

Begin_getProduct() public method

public Begin_getProduct ( AsyncCallback callback, object state, long packageID, string language, string country ) : IAsyncResult
callback AsyncCallback
state object
packageID long
language string
country string
return IAsyncResult

Begin_getProductList() public method

public Begin_getProductList ( AsyncCallback callback, object state, List productIdList, string language, string country ) : IAsyncResult
callback AsyncCallback
state object
productIdList List
language string
country string
return IAsyncResult

Begin_getProductListWithCarrier() public method

public Begin_getProductListWithCarrier ( AsyncCallback callback, object state, List productIdList, string language, string country, string carrierCode ) : IAsyncResult
callback AsyncCallback
state object
productIdList List
language string
country string
carrierCode string
return IAsyncResult

Begin_getProductWithCarrier() public method

public Begin_getProductWithCarrier ( AsyncCallback callback, object state, long packageID, string language, string country, string carrierCode ) : IAsyncResult
callback AsyncCallback
state object
packageID long
language string
country string
carrierCode string
return IAsyncResult

Begin_getPurchaseHistory() public method

public Begin_getPurchaseHistory ( AsyncCallback callback, object state, long start, int size, string language, string country ) : IAsyncResult
callback AsyncCallback
state object
start long
size int
language string
country string
return IAsyncResult

Begin_getTotalBalance() public method

public Begin_getTotalBalance ( AsyncCallback callback, object state, PaymentType appStoreCode ) : IAsyncResult
callback AsyncCallback
state object
appStoreCode PaymentType
return IAsyncResult

Begin_notifyDownloaded() public method

public Begin_notifyDownloaded ( AsyncCallback callback, object state, long packageId, string language ) : IAsyncResult
callback AsyncCallback
state object
packageId long
language string
return IAsyncResult

Begin_reserveCoinPurchase() public method

public Begin_reserveCoinPurchase ( AsyncCallback callback, object state, CoinPurchaseReservation request ) : IAsyncResult
callback AsyncCallback
state object
request CoinPurchaseReservation
return IAsyncResult

Begin_reservePayment() public method

public Begin_reservePayment ( AsyncCallback callback, object state, PaymentReservation paymentReservation ) : IAsyncResult
callback AsyncCallback
state object
paymentReservation PaymentReservation
return IAsyncResult

Client() public method

public Client ( TProtocol prot ) : System
prot Thrift.Protocol.TProtocol
return System

Client() public method

public Client ( TProtocol iprot, TProtocol oprot ) : System
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
return System

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

End_buyCoinProduct() public method

public End_buyCoinProduct ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

End_buyFreeProduct() public method

public End_buyFreeProduct ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

End_buyMustbuyProduct() public method

public End_buyMustbuyProduct ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

End_checkCanReceivePresent() public method

public End_checkCanReceivePresent ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

End_getActivePurchaseVersions() public method

public End_getActivePurchaseVersions ( IAsyncResult asyncResult ) : ProductSimpleList
asyncResult IAsyncResult
return ProductSimpleList

End_getActivePurchases() public method

public End_getActivePurchases ( IAsyncResult asyncResult ) : ProductList
asyncResult IAsyncResult
return ProductList

End_getCoinProducts() public method

public End_getCoinProducts ( IAsyncResult asyncResult ) : List
asyncResult IAsyncResult
return List

End_getCoinProductsByPgCode() public method

public End_getCoinProductsByPgCode ( IAsyncResult asyncResult ) : List
asyncResult IAsyncResult
return List

End_getCoinPurchaseHistory() public method

public End_getCoinPurchaseHistory ( IAsyncResult asyncResult ) : CoinHistoryResult
asyncResult IAsyncResult
return CoinHistoryResult

End_getCoinUseAndRefundHistory() public method

public End_getCoinUseAndRefundHistory ( IAsyncResult asyncResult ) : CoinHistoryResult
asyncResult IAsyncResult
return CoinHistoryResult

End_getDownloads() public method

public End_getDownloads ( IAsyncResult asyncResult ) : ProductList
asyncResult IAsyncResult
return ProductList

End_getEventPackages() public method

public End_getEventPackages ( IAsyncResult asyncResult ) : ProductList
asyncResult IAsyncResult
return ProductList

End_getNewlyReleasedPackages() public method

public End_getNewlyReleasedPackages ( IAsyncResult asyncResult ) : ProductList
asyncResult IAsyncResult
return ProductList

End_getPopularPackages() public method

public End_getPopularPackages ( IAsyncResult asyncResult ) : ProductList
asyncResult IAsyncResult
return ProductList

End_getPresentsReceived() public method

public End_getPresentsReceived ( IAsyncResult asyncResult ) : ProductList
asyncResult IAsyncResult
return ProductList

End_getPresentsSent() public method

public End_getPresentsSent ( IAsyncResult asyncResult ) : ProductList
asyncResult IAsyncResult
return ProductList

End_getProduct() public method

public End_getProduct ( IAsyncResult asyncResult ) : Product
asyncResult IAsyncResult
return Product

End_getProductList() public method

public End_getProductList ( IAsyncResult asyncResult ) : ProductList
asyncResult IAsyncResult
return ProductList

End_getProductListWithCarrier() public method

public End_getProductListWithCarrier ( IAsyncResult asyncResult ) : ProductList
asyncResult IAsyncResult
return ProductList

End_getProductWithCarrier() public method

public End_getProductWithCarrier ( IAsyncResult asyncResult ) : Product
asyncResult IAsyncResult
return Product

End_getPurchaseHistory() public method

public End_getPurchaseHistory ( IAsyncResult asyncResult ) : ProductList
asyncResult IAsyncResult
return ProductList

End_getTotalBalance() public method

public End_getTotalBalance ( IAsyncResult asyncResult ) : Coin
asyncResult IAsyncResult
return Coin

End_notifyDownloaded() public method

public End_notifyDownloaded ( IAsyncResult asyncResult ) : long
asyncResult IAsyncResult
return long

End_reserveCoinPurchase() public method

public End_reserveCoinPurchase ( IAsyncResult asyncResult ) : PaymentReservationResult
asyncResult IAsyncResult
return PaymentReservationResult

End_reservePayment() public method

public End_reservePayment ( IAsyncResult asyncResult ) : PaymentReservationResult
asyncResult IAsyncResult
return PaymentReservationResult

buyCoinProduct() public method

public buyCoinProduct ( PaymentReservation paymentReservation ) : void
paymentReservation PaymentReservation
return void

buyFreeProduct() public method

public buyFreeProduct ( string receiverMid, string productId, int messageTemplate, string language, string country, long packageId ) : void
receiverMid string
productId string
messageTemplate int
language string
country string
packageId long
return void

buyMustbuyProduct() public method

public buyMustbuyProduct ( string receiverMid, string productId, int messageTemplate, string language, string country, long packageId, string serialNumber ) : void
receiverMid string
productId string
messageTemplate int
language string
country string
packageId long
serialNumber string
return void

checkCanReceivePresent() public method

public checkCanReceivePresent ( string recipientMid, long packageId, string language, string country ) : void
recipientMid string
packageId long
language string
country string
return void

getActivePurchaseVersions() public method

public getActivePurchaseVersions ( long start, int size, string language, string country ) : ProductSimpleList
start long
size int
language string
country string
return ProductSimpleList

getActivePurchases() public method

public getActivePurchases ( long start, int size, string language, string country ) : ProductList
start long
size int
language string
country string
return ProductList

getCoinProducts() public method

public getCoinProducts ( PaymentType appStoreCode, string country, string language ) : List
appStoreCode PaymentType
country string
language string
return List

getCoinProductsByPgCode() public method

public getCoinProductsByPgCode ( PaymentType appStoreCode, PaymentPgType pgCode, string country, string language ) : List
appStoreCode PaymentType
pgCode PaymentPgType
country string
language string
return List

getCoinPurchaseHistory() public method

public getCoinPurchaseHistory ( CoinHistoryCondition request ) : CoinHistoryResult
request CoinHistoryCondition
return CoinHistoryResult

getCoinUseAndRefundHistory() public method

public getCoinUseAndRefundHistory ( CoinHistoryCondition request ) : CoinHistoryResult
request CoinHistoryCondition
return CoinHistoryResult

getDownloads() public method

public getDownloads ( long start, int size, string language, string country ) : ProductList
start long
size int
language string
country string
return ProductList

getEventPackages() public method

public getEventPackages ( long start, int size, string language, string country ) : ProductList
start long
size int
language string
country string
return ProductList

getNewlyReleasedPackages() public method

public getNewlyReleasedPackages ( long start, int size, string language, string country ) : ProductList
start long
size int
language string
country string
return ProductList

getPopularPackages() public method

public getPopularPackages ( long start, int size, string language, string country ) : ProductList
start long
size int
language string
country string
return ProductList

getPresentsReceived() public method

public getPresentsReceived ( long start, int size, string language, string country ) : ProductList
start long
size int
language string
country string
return ProductList

getPresentsSent() public method

public getPresentsSent ( long start, int size, string language, string country ) : ProductList
start long
size int
language string
country string
return ProductList

getProduct() public method

public getProduct ( long packageID, string language, string country ) : Product
packageID long
language string
country string
return Product

getProductList() public method

public getProductList ( List productIdList, string language, string country ) : ProductList
productIdList List
language string
country string
return ProductList

getProductListWithCarrier() public method

public getProductListWithCarrier ( List productIdList, string language, string country, string carrierCode ) : ProductList
productIdList List
language string
country string
carrierCode string
return ProductList

getProductWithCarrier() public method

public getProductWithCarrier ( long packageID, string language, string country, string carrierCode ) : Product
packageID long
language string
country string
carrierCode string
return Product

getPurchaseHistory() public method

public getPurchaseHistory ( long start, int size, string language, string country ) : ProductList
start long
size int
language string
country string
return ProductList

getTotalBalance() public method

public getTotalBalance ( PaymentType appStoreCode ) : Coin
appStoreCode PaymentType
return Coin

notifyDownloaded() public method

public notifyDownloaded ( long packageId, string language ) : long
packageId long
language string
return long

recv_buyCoinProduct() public method

public recv_buyCoinProduct ( ) : void
return void

recv_buyFreeProduct() public method

public recv_buyFreeProduct ( ) : void
return void

recv_buyMustbuyProduct() public method

public recv_buyMustbuyProduct ( ) : void
return void

recv_checkCanReceivePresent() public method

public recv_checkCanReceivePresent ( ) : void
return void

recv_getActivePurchaseVersions() public method

public recv_getActivePurchaseVersions ( ) : ProductSimpleList
return ProductSimpleList

recv_getActivePurchases() public method

public recv_getActivePurchases ( ) : ProductList
return ProductList

recv_getCoinProducts() public method

public recv_getCoinProducts ( ) : List
return List

recv_getCoinProductsByPgCode() public method

public recv_getCoinProductsByPgCode ( ) : List
return List

recv_getCoinPurchaseHistory() public method

public recv_getCoinPurchaseHistory ( ) : CoinHistoryResult
return CoinHistoryResult

recv_getCoinUseAndRefundHistory() public method

public recv_getCoinUseAndRefundHistory ( ) : CoinHistoryResult
return CoinHistoryResult

recv_getDownloads() public method

public recv_getDownloads ( ) : ProductList
return ProductList

recv_getEventPackages() public method

public recv_getEventPackages ( ) : ProductList
return ProductList

recv_getNewlyReleasedPackages() public method

public recv_getNewlyReleasedPackages ( ) : ProductList
return ProductList

recv_getPopularPackages() public method

public recv_getPopularPackages ( ) : ProductList
return ProductList

recv_getPresentsReceived() public method

public recv_getPresentsReceived ( ) : ProductList
return ProductList

recv_getPresentsSent() public method

public recv_getPresentsSent ( ) : ProductList
return ProductList

recv_getProduct() public method

public recv_getProduct ( ) : Product
return Product

recv_getProductList() public method

public recv_getProductList ( ) : ProductList
return ProductList

recv_getProductListWithCarrier() public method

public recv_getProductListWithCarrier ( ) : ProductList
return ProductList

recv_getProductWithCarrier() public method

public recv_getProductWithCarrier ( ) : Product
return Product

recv_getPurchaseHistory() public method

public recv_getPurchaseHistory ( ) : ProductList
return ProductList

recv_getTotalBalance() public method

public recv_getTotalBalance ( ) : Coin
return Coin

recv_notifyDownloaded() public method

public recv_notifyDownloaded ( ) : long
return long

recv_reserveCoinPurchase() public method

public recv_reserveCoinPurchase ( ) : PaymentReservationResult
return PaymentReservationResult

recv_reservePayment() public method

public recv_reservePayment ( ) : PaymentReservationResult
return PaymentReservationResult

reserveCoinPurchase() public method

public reserveCoinPurchase ( CoinPurchaseReservation request ) : PaymentReservationResult
request CoinPurchaseReservation
return PaymentReservationResult

reservePayment() public method

public reservePayment ( PaymentReservation paymentReservation ) : PaymentReservationResult
paymentReservation PaymentReservation
return PaymentReservationResult

send_buyCoinProduct() public method

public send_buyCoinProduct ( AsyncCallback callback, object state, PaymentReservation paymentReservation ) : IAsyncResult
callback AsyncCallback
state object
paymentReservation PaymentReservation
return IAsyncResult

send_buyCoinProduct() public method

public send_buyCoinProduct ( PaymentReservation paymentReservation ) : void
paymentReservation PaymentReservation
return void

send_buyFreeProduct() public method

public send_buyFreeProduct ( AsyncCallback callback, object state, string receiverMid, string productId, int messageTemplate, string language, string country, long packageId ) : IAsyncResult
callback AsyncCallback
state object
receiverMid string
productId string
messageTemplate int
language string
country string
packageId long
return IAsyncResult

send_buyFreeProduct() public method

public send_buyFreeProduct ( string receiverMid, string productId, int messageTemplate, string language, string country, long packageId ) : void
receiverMid string
productId string
messageTemplate int
language string
country string
packageId long
return void

send_buyMustbuyProduct() public method

public send_buyMustbuyProduct ( AsyncCallback callback, object state, string receiverMid, string productId, int messageTemplate, string language, string country, long packageId, string serialNumber ) : IAsyncResult
callback AsyncCallback
state object
receiverMid string
productId string
messageTemplate int
language string
country string
packageId long
serialNumber string
return IAsyncResult

send_buyMustbuyProduct() public method

public send_buyMustbuyProduct ( string receiverMid, string productId, int messageTemplate, string language, string country, long packageId, string serialNumber ) : void
receiverMid string
productId string
messageTemplate int
language string
country string
packageId long
serialNumber string
return void

send_checkCanReceivePresent() public method

public send_checkCanReceivePresent ( AsyncCallback callback, object state, string recipientMid, long packageId, string language, string country ) : IAsyncResult
callback AsyncCallback
state object
recipientMid string
packageId long
language string
country string
return IAsyncResult

send_checkCanReceivePresent() public method

public send_checkCanReceivePresent ( string recipientMid, long packageId, string language, string country ) : void
recipientMid string
packageId long
language string
country string
return void

send_getActivePurchaseVersions() public method

public send_getActivePurchaseVersions ( AsyncCallback callback, object state, long start, int size, string language, string country ) : IAsyncResult
callback AsyncCallback
state object
start long
size int
language string
country string
return IAsyncResult

send_getActivePurchaseVersions() public method

public send_getActivePurchaseVersions ( long start, int size, string language, string country ) : void
start long
size int
language string
country string
return void

send_getActivePurchases() public method

public send_getActivePurchases ( AsyncCallback callback, object state, long start, int size, string language, string country ) : IAsyncResult
callback AsyncCallback
state object
start long
size int
language string
country string
return IAsyncResult

send_getActivePurchases() public method

public send_getActivePurchases ( long start, int size, string language, string country ) : void
start long
size int
language string
country string
return void

send_getCoinProducts() public method

public send_getCoinProducts ( AsyncCallback callback, object state, PaymentType appStoreCode, string country, string language ) : IAsyncResult
callback AsyncCallback
state object
appStoreCode PaymentType
country string
language string
return IAsyncResult

send_getCoinProducts() public method

public send_getCoinProducts ( PaymentType appStoreCode, string country, string language ) : void
appStoreCode PaymentType
country string
language string
return void

send_getCoinProductsByPgCode() public method

public send_getCoinProductsByPgCode ( AsyncCallback callback, object state, PaymentType appStoreCode, PaymentPgType pgCode, string country, string language ) : IAsyncResult
callback AsyncCallback
state object
appStoreCode PaymentType
pgCode PaymentPgType
country string
language string
return IAsyncResult

send_getCoinProductsByPgCode() public method

public send_getCoinProductsByPgCode ( PaymentType appStoreCode, PaymentPgType pgCode, string country, string language ) : void
appStoreCode PaymentType
pgCode PaymentPgType
country string
language string
return void

send_getCoinPurchaseHistory() public method

public send_getCoinPurchaseHistory ( AsyncCallback callback, object state, CoinHistoryCondition request ) : IAsyncResult
callback AsyncCallback
state object
request CoinHistoryCondition
return IAsyncResult

send_getCoinPurchaseHistory() public method

public send_getCoinPurchaseHistory ( CoinHistoryCondition request ) : void
request CoinHistoryCondition
return void

send_getCoinUseAndRefundHistory() public method

public send_getCoinUseAndRefundHistory ( AsyncCallback callback, object state, CoinHistoryCondition request ) : IAsyncResult
callback AsyncCallback
state object
request CoinHistoryCondition
return IAsyncResult

send_getCoinUseAndRefundHistory() public method

public send_getCoinUseAndRefundHistory ( CoinHistoryCondition request ) : void
request CoinHistoryCondition
return void

send_getDownloads() public method

public send_getDownloads ( AsyncCallback callback, object state, long start, int size, string language, string country ) : IAsyncResult
callback AsyncCallback
state object
start long
size int
language string
country string
return IAsyncResult

send_getDownloads() public method

public send_getDownloads ( long start, int size, string language, string country ) : void
start long
size int
language string
country string
return void

send_getEventPackages() public method

public send_getEventPackages ( AsyncCallback callback, object state, long start, int size, string language, string country ) : IAsyncResult
callback AsyncCallback
state object
start long
size int
language string
country string
return IAsyncResult

send_getEventPackages() public method

public send_getEventPackages ( long start, int size, string language, string country ) : void
start long
size int
language string
country string
return void

send_getNewlyReleasedPackages() public method

public send_getNewlyReleasedPackages ( AsyncCallback callback, object state, long start, int size, string language, string country ) : IAsyncResult
callback AsyncCallback
state object
start long
size int
language string
country string
return IAsyncResult

send_getNewlyReleasedPackages() public method

public send_getNewlyReleasedPackages ( long start, int size, string language, string country ) : void
start long
size int
language string
country string
return void

send_getPopularPackages() public method

public send_getPopularPackages ( AsyncCallback callback, object state, long start, int size, string language, string country ) : IAsyncResult
callback AsyncCallback
state object
start long
size int
language string
country string
return IAsyncResult

send_getPopularPackages() public method

public send_getPopularPackages ( long start, int size, string language, string country ) : void
start long
size int
language string
country string
return void

send_getPresentsReceived() public method

public send_getPresentsReceived ( AsyncCallback callback, object state, long start, int size, string language, string country ) : IAsyncResult
callback AsyncCallback
state object
start long
size int
language string
country string
return IAsyncResult

send_getPresentsReceived() public method

public send_getPresentsReceived ( long start, int size, string language, string country ) : void
start long
size int
language string
country string
return void

send_getPresentsSent() public method

public send_getPresentsSent ( AsyncCallback callback, object state, long start, int size, string language, string country ) : IAsyncResult
callback AsyncCallback
state object
start long
size int
language string
country string
return IAsyncResult

send_getPresentsSent() public method

public send_getPresentsSent ( long start, int size, string language, string country ) : void
start long
size int
language string
country string
return void

send_getProduct() public method

public send_getProduct ( AsyncCallback callback, object state, long packageID, string language, string country ) : IAsyncResult
callback AsyncCallback
state object
packageID long
language string
country string
return IAsyncResult

send_getProduct() public method

public send_getProduct ( long packageID, string language, string country ) : void
packageID long
language string
country string
return void

send_getProductList() public method

public send_getProductList ( AsyncCallback callback, object state, List productIdList, string language, string country ) : IAsyncResult
callback AsyncCallback
state object
productIdList List
language string
country string
return IAsyncResult

send_getProductList() public method

public send_getProductList ( List productIdList, string language, string country ) : void
productIdList List
language string
country string
return void

send_getProductListWithCarrier() public method

public send_getProductListWithCarrier ( AsyncCallback callback, object state, List productIdList, string language, string country, string carrierCode ) : IAsyncResult
callback AsyncCallback
state object
productIdList List
language string
country string
carrierCode string
return IAsyncResult

send_getProductListWithCarrier() public method

public send_getProductListWithCarrier ( List productIdList, string language, string country, string carrierCode ) : void
productIdList List
language string
country string
carrierCode string
return void

send_getProductWithCarrier() public method

public send_getProductWithCarrier ( AsyncCallback callback, object state, long packageID, string language, string country, string carrierCode ) : IAsyncResult
callback AsyncCallback
state object
packageID long
language string
country string
carrierCode string
return IAsyncResult

send_getProductWithCarrier() public method

public send_getProductWithCarrier ( long packageID, string language, string country, string carrierCode ) : void
packageID long
language string
country string
carrierCode string
return void

send_getPurchaseHistory() public method

public send_getPurchaseHistory ( AsyncCallback callback, object state, long start, int size, string language, string country ) : IAsyncResult
callback AsyncCallback
state object
start long
size int
language string
country string
return IAsyncResult

send_getPurchaseHistory() public method

public send_getPurchaseHistory ( long start, int size, string language, string country ) : void
start long
size int
language string
country string
return void

send_getTotalBalance() public method

public send_getTotalBalance ( AsyncCallback callback, object state, PaymentType appStoreCode ) : IAsyncResult
callback AsyncCallback
state object
appStoreCode PaymentType
return IAsyncResult

send_getTotalBalance() public method

public send_getTotalBalance ( PaymentType appStoreCode ) : void
appStoreCode PaymentType
return void

send_notifyDownloaded() public method

public send_notifyDownloaded ( AsyncCallback callback, object state, long packageId, string language ) : IAsyncResult
callback AsyncCallback
state object
packageId long
language string
return IAsyncResult

send_notifyDownloaded() public method

public send_notifyDownloaded ( long packageId, string language ) : void
packageId long
language string
return void

send_reserveCoinPurchase() public method

public send_reserveCoinPurchase ( AsyncCallback callback, object state, CoinPurchaseReservation request ) : IAsyncResult
callback AsyncCallback
state object
request CoinPurchaseReservation
return IAsyncResult

send_reserveCoinPurchase() public method

public send_reserveCoinPurchase ( CoinPurchaseReservation request ) : void
request CoinPurchaseReservation
return void

send_reservePayment() public method

public send_reservePayment ( AsyncCallback callback, object state, PaymentReservation paymentReservation ) : IAsyncResult
callback AsyncCallback
state object
paymentReservation PaymentReservation
return IAsyncResult

send_reservePayment() public method

public send_reservePayment ( PaymentReservation paymentReservation ) : void
paymentReservation PaymentReservation
return void

Property Details

iprot_ protected property

protected TProtocol,Thrift.Protocol iprot_
return Thrift.Protocol.TProtocol

oprot_ protected property

protected TProtocol,Thrift.Protocol oprot_
return Thrift.Protocol.TProtocol

seqid_ protected property

protected int seqid_
return int