RangingSessionCallback.RangingSuspendedReason
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
RangingSessionCallback.RangingSuspendedReason is an annotation that indicates why a ranging session was stopped.
The class defines several constant integer values representing different reasons for suspension, such as FAILED_TO_START, STOPPED_BY_PEER, and SYSTEM_POLICY.
It inherits standard annotation methods like annotationType, equals, hashCode, and toString from the java.lang.annotation.Annotation interface.
public static abstract @interface RangingSessionCallback.RangingSuspendedReason
implements Annotation