EmbeddingConfiguration


public final 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 methods

boolean
equals(Object other)
final @NonNull EmbeddingConfiguration.DimAreaBehavior

The requested dim area behavior.

int
@NonNull String

Public constructors

EmbeddingConfiguration

Added in 1.4.0-alpha01
public EmbeddingConfiguration(
    @NonNull EmbeddingConfiguration.DimAreaBehavior dimAreaBehavior
)

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

Public methods

equals

public boolean equals(Object other)

getDimAreaBehavior

Added in 1.4.0-alpha01
public final @NonNull EmbeddingConfiguration.DimAreaBehavior getDimAreaBehavior()

The requested dim area behavior.

hashCode

public int hashCode()

toString

public @NonNull String toString()