Interface UnsupportedSoftware


public interface UnsupportedSoftware
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    Returns whether the unsupported software is present.
    Returns the software name.
    Returns the reason for being unsupported by Via.
    @Nullable String
    Returns the name of unsupported software if present.
  • Method Details

    • getName

      String getName()
      Returns the software name.
      Returns:
      software name
    • getReason

      String getReason()
      Returns the reason for being unsupported by Via.
      Returns:
      reason for being unsupported
    • match

      @Nullable String match()
      Returns the name of unsupported software if present.
      Returns:
      name of unsupported software if it is matched, else null
    • findMatch

      default boolean findMatch()
      Returns whether the unsupported software is present.
      Returns:
      true if the unsupported software is found