C# Class FuseSDK_Prime31StoreKit, FuseSDKUnity

Inheritance: MonoBehaviour
Afficher le fichier Open project: fusepowered/FuseSDKUnity

Méthodes publiques

Свойство Type Description
debugOutput bool
logging bool

Méthodes publiques

Méthode Description
FuseLog ( string str ) : void
OnDestroy ( ) : void
Start ( ) : void
productListReceivedEvent ( List productList ) : void
productPurchaseAwaitingConfirmationEvent ( StoreKitTransaction transaction ) : void
purchaseCancelled ( string error ) : void
purchaseFailed ( string error ) : void
purchaseSuccessful ( StoreKitTransaction transaction ) : void

Private Methods

Méthode Description
RegisterActions ( ) : void
UnregisterActions ( ) : void
readReceiptData ( ) : byte[]

Method Details

FuseLog() public static méthode

public static FuseLog ( string str ) : void
str string
Résultat void

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

productListReceivedEvent() public méthode

public productListReceivedEvent ( List productList ) : void
productList List
Résultat void

productPurchaseAwaitingConfirmationEvent() public méthode

public productPurchaseAwaitingConfirmationEvent ( StoreKitTransaction transaction ) : void
transaction StoreKitTransaction
Résultat void

purchaseCancelled() public méthode

public purchaseCancelled ( string error ) : void
error string
Résultat void

purchaseFailed() public méthode

public purchaseFailed ( string error ) : void
error string
Résultat void

purchaseSuccessful() public méthode

public purchaseSuccessful ( StoreKitTransaction transaction ) : void
transaction StoreKitTransaction
Résultat void

Property Details

debugOutput public_oe static_oe property

public static bool debugOutput
Résultat bool

logging public_oe property

public bool logging
Résultat bool