コード例 #1
0
    public static string getDefaultRewardItemKey()
    {
        if (_campaignsAvailable)
        {
            return(UnityAdsExternal.getDefaultRewardItemKey());
        }

        return("");
    }