UnityEngine.Advertisements.UnityAdsManager.IsPlatformEnabled C# (CSharp) Method

IsPlatformEnabled() private method

private IsPlatformEnabled ( RuntimePlatform platform ) : bool
platform RuntimePlatform
return bool
        public static extern bool IsPlatformEnabled(RuntimePlatform platform);
        [MethodImpl(MethodImplOptions.InternalCall), WrapperlessIcall]