C# Class com.codename1.impl.WindowsPurchase

Inheritance: com.codename1.payment.Purchase
Afficher le fichier Open project: Pmovil/CN1WindowsPort Class Usage Examples

Méthodes publiques

Свойство Type Description
licenseChangeHandler LicenseChangedEventHandler

Méthodes publiques

Méthode 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

Méthode 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 méthode

public WindowsPurchase ( CanvasControl _screen ) : System
_screen CanvasControl
Résultat System

getProducts() public méthode

public getProducts ( org n1 ) : object
n1 org
Résultat object

isItemListingSupported() public méthode

public isItemListingSupported ( ) : bool
Résultat bool

isManagedPaymentSupported() public méthode

public isManagedPaymentSupported ( ) : bool
Résultat bool

isManualPaymentSupported() public méthode

public isManualPaymentSupported ( ) : bool
Résultat bool

isSubscriptionSupported() public méthode

public isSubscriptionSupported ( ) : bool
Résultat bool

isUnsubscribeSupported() public méthode

public isUnsubscribeSupported ( ) : bool
Résultat bool

purchase() public méthode

public purchase ( java idProduct ) : void
idProduct java
Résultat void

subscribe() public méthode

public subscribe ( java n1 ) : void
n1 java
Résultat void

unsubscribe() public méthode

public unsubscribe ( java n1 ) : void
n1 java
Résultat void

wasPurchased() public méthode

public wasPurchased ( java n1 ) : bool
n1 java
Résultat bool

Property Details

licenseChangeHandler public_oe static_oe property

public static LicenseChangedEventHandler licenseChangeHandler
Résultat LicenseChangedEventHandler