C# Class com.codename1.impl.WindowsPurchase

Inheritance: com.codename1.payment.Purchase
Exibir arquivo Open project: Pmovil/CN1WindowsPort Class Usage Examples

Public Properties

Property Type Description
licenseChangeHandler LicenseChangedEventHandler

Public Methods

Method Description
WindowsPurchase ( CanvasControl _screen ) : System
getProducts ( org n1 ) : object
isItemListingSupported ( ) : bool
isManagedPaymentSupported ( ) : bool
isManualPaymentSupported ( ) : bool
isSubscriptionSupported ( ) : bool
isUnsubscribeSupported ( ) : bool
purchase ( java idProduct ) : void
subscribe ( java n1 ) : void
unsubscribe ( java n1 ) : void
wasPurchased ( java n1 ) : bool

Private Methods

Method Description
FulfillProduct1 ( string productId, System.Guid transactionId ) : void
GrantFeatureLocally ( string productId, System.Guid transactionId ) : void
IsLocallyFulfilled ( string productId, System.Guid transactionId ) : bool

Method Details

WindowsPurchase() public method

public WindowsPurchase ( CanvasControl _screen ) : System
_screen CanvasControl
return System

getProducts() public method

public getProducts ( org n1 ) : object
n1 org
return object

isItemListingSupported() public method

public isItemListingSupported ( ) : bool
return bool

isManagedPaymentSupported() public method

public isManagedPaymentSupported ( ) : bool
return bool

isManualPaymentSupported() public method

public isManualPaymentSupported ( ) : bool
return bool

isSubscriptionSupported() public method

public isSubscriptionSupported ( ) : bool
return bool

isUnsubscribeSupported() public method

public isUnsubscribeSupported ( ) : bool
return bool

purchase() public method

public purchase ( java idProduct ) : void
idProduct java
return void

subscribe() public method

public subscribe ( java n1 ) : void
n1 java
return void

unsubscribe() public method

public unsubscribe ( java n1 ) : void
n1 java
return void

wasPurchased() public method

public wasPurchased ( java n1 ) : bool
n1 java
return bool

Property Details

licenseChangeHandler public_oe static_oe property

public static LicenseChangedEventHandler licenseChangeHandler
return LicenseChangedEventHandler