Class ShowOptions
Collection of options that can be passed to [[Advertisements.Show]] to modify advertisement behaviour.
Inheritance
System.Object
ShowOptions
Namespace: UnityEngine.Advertisements
Syntax
public class ShowOptions
Properties
gamerSid
Add a string to specify an identifier for a specific user in the game.
Declaration
public string gamerSid { get; set; }
Property Value
Type | Description |
---|---|
System.String |