using System;
namespace UnityEngine.Advertisements
{
///
/// A collection of options that you can pass to Advertisement.Show, to modify ad behaviour.
///
public class ShowOptions
{
///
/// Add a string to specify an identifier for a specific user in the game.
///
public string gamerSid { get; set; }
}
}