StatusResolver
public interface StatusResolver
Resolves the Status of a KnownIssue on a device.
Summary
Public methods |
|
|---|---|
abstract @NonNull Status |
getStatus(@NonNull KnownIssue ki)Get the status of a known issue on this device. |
Public methods
getStatus
Added in 1.0.0-beta02
abstract @NonNull Status getStatus(@NonNull KnownIssue ki)
Get the status of a known issue on this device.
| Parameters | |
|---|---|
@NonNull KnownIssue ki |
The known issue. |