Class PlacementContent
Inheritance
PlacementContent
Syntax
public class PlacementContent
Constructors
PlacementContent(String, IPlacementContentOperations)
Declaration
public PlacementContent(string placementId, IPlacementContentOperations operations)
Parameters
Properties
Declaration
public IDictionary<string, object> extras { get; }
Property Value
placementId
Declaration
public string placementId { get; set; }
Property Value
ready
Declaration
public bool ready { get; }
Property Value
state
Declaration
public PlacementContentState state { get; }
Property Value
Methods
SendCustomEvent(CustomEvent)
Declaration
public virtual void SendCustomEvent(CustomEvent customEvent)
Parameters