Interface IPlacementContentOperations
Namespace: UnityEngine.Monetization
Syntax
public interface IPlacementContentOperations
Properties
ready
Declaration
bool ready { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
state
Declaration
PlacementContentState state { get; }
Property Value
| Type | Description |
|---|---|
| PlacementContentState |
Methods
SendCustomEvent(CustomEvent)
Declaration
void SendCustomEvent(CustomEvent customEvent)
Parameters
| Type | Name | Description |
|---|---|---|
| CustomEvent | customEvent |