C# Class DeltaDNAAds.RewardedAd

Show file Open project: deltaDNA/unity-sdk Class Usage Examples

Public Methods

Method Description
Create ( ) : RewardedAd
Create ( Engagement engagement ) : RewardedAd
IsReady ( ) : bool
Show ( ) : void

Private Methods

Method Description
OnRewardedAdClosedHandler ( bool reward ) : void
OnRewardedAdFailedToOpenHandler ( string reason ) : void
OnRewaredAdOpenedHandler ( ) : void
RewardedAd ( ) : System

Method Details

Create() public static method

public static Create ( ) : RewardedAd
return RewardedAd

Create() public static method

public static Create ( Engagement engagement ) : RewardedAd
engagement Engagement
return RewardedAd

IsReady() public method

public IsReady ( ) : bool
return bool

Show() public method

public Show ( ) : void
return void