public interface StatusResolver


Resolves the Status of a KnownIssue on a device.

Summary

Public methods

abstract @NonNull Status

Get the status of a known issue on this device.

Public methods

getStatus

Added in 1.0.0-alpha01
abstract @NonNull Status getStatus(@NonNull KnownIssue ki)

Get the status of a known issue on this device.

Parameters
@NonNull KnownIssue ki

The known issue.