SandboxedUiAdapterSignalOptions


public final class SandboxedUiAdapterSignalOptions


This class defines the set of signal options which can be set on a SessionObserverFactory which is associated with a SandboxedUiAdapter.

Summary

Constants

static final @NonNull String

When this signal option is set, information about the geometry of the UI container hosting the SandboxedUiAdapter.Session will be sent through SessionObserver.onUiContainerChanged.

Public constructors

Constants

GEOMETRY

public static final @NonNull String GEOMETRY

When this signal option is set, information about the geometry of the UI container hosting the SandboxedUiAdapter.Session will be sent through SessionObserver.onUiContainerChanged.

The set of information that will be collected is: SandboxedSdkViewUiInfo.uiContainerWidth, SandboxedSdkViewUiInfo.uiContainerHeight, SandboxedSdkViewUiInfo.onScreenGeometry and SandboxedSdkViewUiInfo.uiContainerOpacityHint.

Public constructors

SandboxedUiAdapterSignalOptions

Added in 1.0.0-alpha15
public SandboxedUiAdapterSignalOptions()