Page Summary
-
UwbAvailabilityObserver.UwbStateChangeReasonis an annotation that indicates the reason why the UWB state changed. -
Possible reasons for UWB state change include country code errors, system policy, or unknown reasons.
-
It inherits methods from the
java.lang.annotation.Annotationinterface.
public static abstract @interface UwbAvailabilityObserver.UwbStateChangeReason
implements Annotation
Reason why UWB state changed
Constant Summary
| int | REASON_COUNTRY_CODE_ERROR | |
| int | REASON_SYSTEM_POLICY | |
| int | REASON_UNKNOWN |
Inherited Method Summary
Constants
public static final int REASON_COUNTRY_CODE_ERROR
Constant Value: 2
public static final int REASON_SYSTEM_POLICY
Constant Value: 1
public static final int REASON_UNKNOWN
Constant Value: 0