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 methods

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

The requested dim area behavior.

int
final boolean

Is auto-save embedding state enabled.

@NonNull String

Public methods

equals

public boolean equals(Object other)

getDimAreaBehavior

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

The requested dim area behavior.

hashCode

public int hashCode()

isAutoSaveEmbeddingState

Added in 1.5.0-alpha02
public final boolean isAutoSaveEmbeddingState()

Is auto-save embedding state enabled.

toString

public @NonNull String toString()