FiftyOne.Foundation.Mobile.Detection.WebProvider.Download C# (CSharp) Method

Download() public static method

Checks for a new version of the data file if licence keys are available.
public static Download ( ) : LicenceKeyResults
return LicenceKeyResults
        public static LicenceKeyResults Download()
        {
            return AutoUpdate.Download(LicenceKey.Keys);
        }