WindowLayoutInfo.EngagementMode
public final class WindowLayoutInfo.EngagementMode
Represents a distinct user engagement mode with an application.
| See also | |
|---|---|
engagementModes |
Summary
Public fields |
|
|---|---|
static final @NonNull WindowLayoutInfo.EngagementMode |
This field is deprecated. Use WindowEngagementInfo.EngagementMode instead |
static final @NonNull WindowLayoutInfo.EngagementMode |
This field is deprecated. Use WindowEngagementInfo.EngagementMode instead |
Public methods |
|
|---|---|
boolean |
This method is deprecated. Use WindowEngagementInfo.EngagementMode instead |
int |
This method is deprecated. Use WindowEngagementInfo.EngagementMode instead |
@NonNull String |
This method is deprecated. Use WindowEngagementInfo.EngagementMode instead |
Public fields
AUDIO_ON
public static final @NonNull WindowLayoutInfo.EngagementMode AUDIO_ON
Indicates the engagement mode includes an audio presentation. This can be active with or without VISUALS_ON. When active without visuals, it signifies an audio-only experience.
VISUALS_ON
public static final @NonNull WindowLayoutInfo.EngagementMode VISUALS_ON
Indicates the engagement mode includes a visual presentation. When this mode is active, the user can visually see the app UI on a visible window.