public abstract @interface ReportType implements Annotation
Report type defined for a
TemporaryExposureKey
.
Constant Summary
int | CONFIRMED_CLINICAL_DIAGNOSIS | |
int | CONFIRMED_TEST | |
int | RECURSIVE | |
int | REVOKED | |
int | SELF_REPORT | |
int | UNKNOWN |
Inherited Method Summary
Constants
public static final int CONFIRMED_CLINICAL_DIAGNOSIS
Constant Value: 2
public static final int CONFIRMED_TEST
Constant Value: 1
public static final int RECURSIVE
Constant Value: 4
public static final int REVOKED
Constant Value: 5
public static final int SELF_REPORT
Constant Value: 3
public static final int UNKNOWN
Constant Value: 0