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

This field is deprecated. This library is no longer supported.

static final @NonNull String

This field is deprecated. This library is no longer supported.

Public constructors

This method is deprecated. This library is no longer supported.

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.

OBSTRUCTIONS

public static final @NonNull String OBSTRUCTIONS

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

The information that will be collected is SandboxedSdkViewUiInfo.obstructedGeometry.

Public constructors

SandboxedUiAdapterSignalOptions

Added in 1.0.0-alpha17
Deprecated in 1.0.0-alpha17
public SandboxedUiAdapterSignalOptions()