C# Class FuseSDK_Prime31_IAB, 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
PurchaseFailed ( string error, int response ) : void
PurchaseSucceeded ( GooglePurchase purchase ) : void
Start ( ) : void

Private Methods

Méthode Description
GetProductInfo ( float delay ) : IEnumerator
GetSkuFailed ( string error ) : void
GetSkuInfo ( List purchaseInfo, List skuInfo ) : void
RegisterActions ( ) : void
UnregisterActions ( ) : void

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

PurchaseFailed() public méthode

public PurchaseFailed ( string error, int response ) : void
error string
response int
Résultat void

PurchaseSucceeded() public méthode

public PurchaseSucceeded ( GooglePurchase purchase ) : void
purchase GooglePurchase
Résultat void

Start() public méthode

public Start ( ) : void
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