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

GetGameId() private method

private GetGameId ( RuntimePlatform platform ) : string
platform RuntimePlatform
return string
        public static extern string GetGameId(RuntimePlatform platform);
        [MethodImpl(MethodImplOptions.InternalCall)]