EmbeddingConfiguration


class EmbeddingConfiguration


Configurations of Activity Embedding environment that defines how the embedded Activities behave.

Summary

Nested types

Builder for creating an instance of EmbeddingConfiguration.

The area of dimming to apply.

Public constructors

The EmbeddingConfiguration constructor.

Public functions

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

Public properties

EmbeddingConfiguration.DimAreaBehavior

The requested dim area behavior.

Public constructors

EmbeddingConfiguration

Added in 1.4.0-alpha01
EmbeddingConfiguration(
    dimAreaBehavior: EmbeddingConfiguration.DimAreaBehavior = DimAreaBehavior.UNDEFINED
)

The EmbeddingConfiguration constructor. The properties are undefined if not specified.

Public functions

equals

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

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

dimAreaBehavior

Added in 1.4.0-alpha01
@RequiresWindowSdkExtension(version = 5)
val dimAreaBehaviorEmbeddingConfiguration.DimAreaBehavior

The requested dim area behavior.