Class PlacementContent
Inheritance
System.Object
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
Type |
Description |
System.Collections.Generic.IDictionary<System.String, System.Object> |
|
placementId
Declaration
public string placementId { get; set; }
Property Value
Type |
Description |
System.String |
|
ready
Declaration
public bool ready { get; }
Property Value
Type |
Description |
System.Boolean |
|
state
Declaration
public PlacementContentState state { get; }
Property Value
Methods
SendCustomEvent(CustomEvent)
Declaration
public virtual void SendCustomEvent(CustomEvent customEvent)
Parameters