C# Class FuseSDK_Prime31_IAB, FuseSDKUnity

Inheritance: MonoBehaviour
Mostra file Open project: fusepowered/FuseSDKUnity

Public Properties

Property Type Description
debugOutput bool
logging bool

Public Methods

Method Description
FuseLog ( string str ) : void
OnDestroy ( ) : void
PurchaseFailed ( string error, int response ) : void
PurchaseSucceeded ( GooglePurchase purchase ) : void
Start ( ) : void

Private Methods

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

Method Details

FuseLog() public static method

public static FuseLog ( string str ) : void
str string
return void

OnDestroy() public method

public OnDestroy ( ) : void
return void

PurchaseFailed() public method

public PurchaseFailed ( string error, int response ) : void
error string
response int
return void

PurchaseSucceeded() public method

public PurchaseSucceeded ( GooglePurchase purchase ) : void
purchase GooglePurchase
return void

Start() public method

public Start ( ) : void
return void

Property Details

debugOutput public_oe static_oe property

public static bool debugOutput
return bool

logging public_oe property

public bool logging
return bool