UnityEngine.Advertisements.UnityAdsManager.SetGameId C# (CSharp) Méthode

SetGameId() private méthode

private SetGameId ( RuntimePlatform platform, string gameId ) : void
platform RuntimePlatform
gameId string
Résultat void
        public static extern void SetGameId(RuntimePlatform platform, string gameId);
        [MethodImpl(MethodImplOptions.InternalCall), WrapperlessIcall]