C# Class TrialpayListener, EvergreenDemoUnity

Inheritance: MonoBehaviour, ITrialpayEventsDelegate, ITrialpayRewardsDelegate
Mostra file Open project: trialpay/EvergreenDemoUnity Class Usage Examples

Public Properties

Property Type Description
rewards int
rewardsAvailable bool

Public Methods

Method Description
DidCloseEvent ( TrialpayEvent tpEvent ) : void
DidOpenEvent ( TrialpayEvent tpEvent ) : void
EventIsUnavailable ( TrialpayEvent tpEvent ) : void
GetInstance ( ) : TrialpayListener,
GetUserID ( ) : string
InitApp ( ) : void
OpenFlow ( TrialpayEvent tpEvent, string flowId ) : void
Rewards ( string rewardId, int rewardAmount ) : void
RewardsAreAvailable ( ) : void
Start ( ) : void

Method Details

DidCloseEvent() public method

public DidCloseEvent ( TrialpayEvent tpEvent ) : void
tpEvent TrialpayEvent
return void

DidOpenEvent() public method

public DidOpenEvent ( TrialpayEvent tpEvent ) : void
tpEvent TrialpayEvent
return void

EventIsUnavailable() public method

public EventIsUnavailable ( TrialpayEvent tpEvent ) : void
tpEvent TrialpayEvent
return void

GetInstance() public static method

public static GetInstance ( ) : TrialpayListener,
return TrialpayListener,

GetUserID() public static method

public static GetUserID ( ) : string
return string

InitApp() public static method

public static InitApp ( ) : void
return void

OpenFlow() public method

public OpenFlow ( TrialpayEvent tpEvent, string flowId ) : void
tpEvent TrialpayEvent
flowId string
return void

Rewards() public method

public Rewards ( string rewardId, int rewardAmount ) : void
rewardId string
rewardAmount int
return void

RewardsAreAvailable() public method

public RewardsAreAvailable ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

rewards public_oe property

public int rewards
return int

rewardsAvailable public_oe property

public bool rewardsAvailable
return bool