Package 

Class VersionOnline

  • All Implemented Interfaces:
    de.c1710.filemojicompat_ui.versions.VersionProvider

    
    public final class VersionOnline
     implements VersionProvider
                        

    A Version that can be retrieved from the internet (needs internet permissions of course).

    • Constructor Detail

      • VersionOnline

        VersionOnline(Context context, URI source, Regex regex, Integer regexGroupId)
        Parameters:
        source - The URL to get the information from.
        regex - A regular expression to find the version in the document.
        regexGroupId - The ID/number of the group of the regex that contains the actual version string
      • VersionOnline

        VersionOnline(Context context, URI source, Regex regex)
        Parameters:
        source - The URL to get the information from.
        regex - A regular expression to find the version in the document.
      • VersionOnline

        VersionOnline(Context context, URI source)
        Parameters:
        source - The URL to get the information from.