WindowLayoutInfo.EngagementMode


class WindowLayoutInfo.EngagementMode


Represents a distinct user engagement mode with an application.

See also
engagementModes

Summary

Public companion properties

WindowLayoutInfo.EngagementMode

Indicates the engagement mode includes an audio presentation.

WindowLayoutInfo.EngagementMode

Indicates the engagement mode includes a visual presentation.

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public companion properties

AUDIO_ON

val AUDIO_ONWindowLayoutInfo.EngagementMode

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

val VISUALS_ONWindowLayoutInfo.EngagementMode

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.

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String