WindowLayoutInfo.EngagementMode


class WindowLayoutInfo.EngagementMode


Represents a distinct user engagement mode with an application.

See also
engagementModes

Summary

Public companion properties

WindowLayoutInfo.EngagementMode

This property is deprecated. Use WindowEngagementInfo.EngagementMode instead

WindowLayoutInfo.EngagementMode

This property is deprecated. Use WindowEngagementInfo.EngagementMode instead

Public functions

open operator Boolean
equals(other: Any?)

This function is deprecated. Use WindowEngagementInfo.EngagementMode instead

open Int

This function is deprecated. Use WindowEngagementInfo.EngagementMode instead

open String

This function is deprecated. Use WindowEngagementInfo.EngagementMode instead

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