SurfaceViewLifecycle Enum

Definition

Controls when a SurfaceView surface follows its attachment or visibility lifecycle.

public enum SurfaceViewLifecycle
type SurfaceViewLifecycle = 
Inheritance
SurfaceViewLifecycle

Fields

Name Value Description
Default 0

Identifies the default lifecycle behavior for a surface view.

FollowsVisibility 1

Identifies the follows visibility lifecycle behavior for a surface view.

FollowsAttachment 2

Identifies the follows attachment lifecycle behavior for a surface view.

Applies to