Appstock for Unity
  • Documentation
  • API Reference
Search Results for

    Show / Hide Table of Contents
    • AppstockSDK.Android
      • IJavaEnum
      • SdkEnums
      • SdkImp
    • AppstockSDK.Api
      • AdElementPosition
      • AdError
      • AdFormat
      • AdPosition
      • AdReward
      • AdSize
      • AnchoredAdPosition
      • Appstock
      • BannerAd
      • BannerAdPositionExtensions
      • ExtSlot
      • ExtSlot.Mode
      • ExternalUserID
      • IAdEventSource
      • IAdUnit
      • IAnchoredAd
      • IAutoRefreshableAd
      • IBannerAd
      • ICloseableAd
      • IConcealableAd
      • IInterstitialAd
      • ILoadableAd
      • IModalAd
      • IModalAdEventSource
      • IMonoformattedAd
      • IMultiformattedAd
      • IMuteableAd
      • INativeAdLoader
      • IResizableAd
      • IRewardedAd
      • IRewardingAdEventSource
      • ISdkProxy
      • ISkippableAd
      • ITargetingProxy
      • InterstitialAd
      • LogLevel
      • OptionalBool
      • OptionalBoolExtensions
      • RewardedAd
      • SdkConfig
      • SdkConfigSnapshot
      • SdkProxyExtensions
      • SerializableOptional<T>
      • TargetingData
      • TargetingProxyExtensions
    • AppstockSDK.Api.Native.Data.Request
      • AdUnitData
      • AdUnitDataExtensions
      • AssetData
      • AssetData.DataType
      • AssetImage
      • AssetImage.ImageType
      • AssetTitle
      • Assets
      • ConfigWarnings
      • EventTracker
      • EventTracker.EventType
      • EventTracker.TrackingMethod
      • EventTrackers
      • Parameters
      • Parameters.ContextSubType
      • Parameters.ContextType
      • Parameters.PlacementType
    • AppstockSDK.Api.Native.Data.Response
      • DataContentType
      • IDataContent
      • IImageContent
      • INativeAd
      • ITitleContent
      • ImageContentType
    • AppstockSDK.Common
      • ISdkImp
      • ISdkInitializer
    • AppstockSDK.Editor
      • ExtSlotPropertyDrawer
      • NativeConfigWarningsPropertyDrawer
      • SerializableOptionalPropertyDrawer
    • AppstockSDK.Unity
      • SdkImp
    • AppstockSDK.iOS
      • SdkImp

    Struct AdUnitData

    Top-level object to build native ad request (aka INativeAdLoader) from. Describes both WHAT and WHERE to request.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: AppstockSDK.Api.Native.Data.Request
    Assembly: Appstock.Core.dll
    Syntax
    [Serializable]
    public struct AdUnitData

    Fields

    endpointID

    Sets the endpoint ID for the ad.

    Declaration
    [Tooltip("Unique endpoint identifier generated on the Appstock platform’s UI.")]
    public string? endpointID
    Field Value
    Type Description
    string

    Unique endpoint identifier generated on the Appstock platform’s UI.

    parameters

    Gets or sets ad parameters.

    Declaration
    public Parameters parameters
    Field Value
    Type Description
    Parameters

    Native ad content parameters.

    placementID

    Sets the placement ID for the ad.

    Declaration
    [Tooltip("Unique placement identifier generated on the Appstock platform’s UI.")]
    public string? placementID
    Field Value
    Type Description
    string

    Unique placement identifier generated on the Appstock platform’s UI.

    Properties

    Warnings

    Gets the warnings for current state.

    Declaration
    public readonly IEnumerable<string> Warnings { get; }
    Property Value
    Type Description
    IEnumerable<string>

    Warnings for unpopulated or conflicting values inside.

    In this article
    Back to top Generated by DocFX