Interface UnsupportedSoftware
public interface UnsupportedSoftware
-
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
-