ExperimentalSurfaceEntityPixelDimensionsApi


@RequiresOptIn(message = "This is an experimental API. It may be changed or removed in the future.")
@Retention(value = AnnotationRetention.BINARY)
public annotation ExperimentalSurfaceEntityPixelDimensionsApi


Marks the SurfaceEntity.getPixelDimensions() method as experimental. This method may change or be removed in the future.

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

Summary

Public constructors

ExperimentalSurfaceEntityPixelDimensionsApi

public ExperimentalSurfaceEntityPixelDimensionsApi()