ExperimentalInertialTrackingApi


@RequiresOptIn(message = "This is an experimental API. It may be changed or removed in the future.")
@Target(allowedTargets = [AnnotationTarget.CLASSAnnotationTarget.FUNCTIONAnnotationTarget.PROPERTYAnnotationTarget.FIELD])
@Retention(value = AnnotationRetention.BINARY)
public annotation ExperimentalInertialTrackingApi


Marks declarations that are part of the experimental inertial tracking API.

Any usage of a declaration annotated with @ExperimentalInertialTrackingApi must be accepted either by annotating that usage with @OptIn(ExperimentalInertialTrackingApi::class) or by propagating the annotation to the caller with @ExperimentalInertialTrackingApi.

Summary

Public constructors

Public constructors

ExperimentalInertialTrackingApi

public ExperimentalInertialTrackingApi()