Easy Mobile API Reference 2.18
  • Pro
    • Pro
    • Basic

    Show / Hide Table of Contents

    Class TapjoySettings

    Inheritance
    System.Object
    AdNetworkSettings
    TapjoySettings
    Namespace: EasyMobile
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public class TapjoySettings : AdNetworkSettings

    Properties

    AutoReconnectInterval

    Gets or sets auto-reconnect coroutine interval.

    Declaration
    public float AutoReconnectInterval { get; set; }
    Property Value
    Type Description
    System.Single

    CustomInterstitialAdIds

    Gets or sets the list of custom interstitial ad identifiers. Each identifier is associated with an ad placement.

    Declaration
    public Dictionary<AdPlacement, AdId> CustomInterstitialAdIds { get; set; }
    Property Value
    Type Description
    Dictionary<AdPlacement, AdId>

    CustomRewardedAdIds

    Gets or sets the list of custom rewarded ad identifiers. Each identifier is associated with an ad placement.

    Declaration
    public Dictionary<AdPlacement, AdId> CustomRewardedAdIds { get; set; }
    Property Value
    Type Description
    Dictionary<AdPlacement, AdId>

    DefaultInterstitialAdId

    Gets or sets the default interstitial ad identifier.

    Declaration
    public AdId DefaultInterstitialAdId { get; set; }
    Property Value
    Type Description
    AdId

    DefaultRewardedAdId

    Gets or sets the default rewarded ad identifier.

    Declaration
    public AdId DefaultRewardedAdId { get; set; }
    Property Value
    Type Description
    AdId

    EnableAutoReconnect

    Enables or disables auto-reconnect coroutine.

    Declaration
    public bool EnableAutoReconnect { get; set; }
    Property Value
    Type Description
    System.Boolean
    Inherited Members
    AdNetworkSettings.Enable
    In This Article
    • Properties
      • AutoReconnectInterval
      • CustomInterstitialAdIds
      • CustomRewardedAdIds
      • DefaultInterstitialAdId
      • DefaultRewardedAdId
      • EnableAutoReconnect