Easy Mobile API Reference 2.4
  • Basic
    • Pro
    • Basic

    Show / Hide Table of Contents

    Class AdId

    Generic cross-platform identifier for ad resources.

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

    Constructors

    AdId(String, String)

    Declaration
    public AdId(string iOSId, string androidId)
    Parameters
    Type Name Description
    System.String iOSId
    System.String androidId

    Properties

    AndroidId

    Gets the ad ID for Android platform.

    Declaration
    public override string AndroidId { get; }
    Property Value
    Type Description
    System.String

    The android identifier.

    Overrides
    CrossPlatformId.AndroidId

    IosId

    Gets the ad ID for iOS platform.

    Declaration
    public override string IosId { get; }
    Property Value
    Type Description
    System.String

    The ios identifier.

    Overrides
    CrossPlatformId.IosId
    Inherited Members
    CrossPlatformId.mIosId
    CrossPlatformId.mAndroidId
    CrossPlatformId.Id
    CrossPlatformId.ToString()
    CrossPlatformId.Equals(Object)
    CrossPlatformId.GetHashCode()
    In This Article
    • Constructors
      • AdId(String, String)
    • Properties
      • AndroidId
      • IosId