public static string getCurrentRewardItemKey()
        {
            if (_campaignsAvailable)
            {
                return(UnityAdsExternal.getCurrentRewardItemKey());
            }

            return("");
        }
Beispiel #2
0
 public static string getCurrentRewardItemKey()
 {
     return(UnityAdsExternal.getCurrentRewardItemKey());
 }