C# Class AdColonyAd, AdColony-Unity-SDK

ファイルを表示 Open project: AdColony/AdColony-Unity-SDK Class Usage Examples

Public Properties

Property Type Description
iapEnabled bool
iapEngagementType IAPEngagementType
productID string
shown bool

Public Methods

Method Description
AdColonyAd ( string split_args ) : System
toString ( ) : string

Method Details

AdColonyAd() public method

public AdColonyAd ( string split_args ) : System
split_args string
return System

toString() public method

public toString ( ) : string
return string

Property Details

iapEnabled public_oe property

public bool iapEnabled
return bool

iapEngagementType public_oe property

public IAPEngagementType iapEngagementType
return IAPEngagementType

productID public_oe property

public string productID
return string

shown public_oe property

public bool shown
return bool