UnityEngine.ADBannerView.IsAvailable C# (CSharp) Method

IsAvailable() public static method

public static IsAvailable ( Type type ) : bool
type Type
return bool
        public static bool IsAvailable(Type type)
        {
            return false;
        }