ActivityPose.HitTestFilter


public static class ActivityPose.HitTestFilter


A filter for which Scenes to hit test with ActivityPose.hitTest

Summary

Constants

static final int

Register hit tests only for other scenes.

static final int

Register hit tests for the scene which this Activity pose belongs to.

Constants

OTHER_SCENES

Added in 1.0.0-alpha04
public static final int OTHER_SCENES

Register hit tests only for other scenes. An Application will only have access to other scenes if it has the android.permission.ACCESS_OVERLAY_SPACE permission.

SELF_SCENE

Added in 1.0.0-alpha04
public static final int SELF_SCENE

Register hit tests for the scene which this Activity pose belongs to.

Public fields

INSTANCE

Added in 1.0.0-alpha04
public static @NonNull ActivityPose.HitTestFilter INSTANCE