UnityEngine.Connect.UnityAdsSettings.SetGameId C# (CSharp) Method

SetGameId() private method

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