UnityEngine.Advertisements.UnityAdsInternal.Show C# (CSharp) Method

Show() private method

private Show ( string zoneId, string rewardItemKey, string options ) : bool
zoneId string
rewardItemKey string
options string
return bool
        public static extern bool Show(string zoneId, string rewardItemKey, string options);
    }