SessionData
public final class SessionData
A class containing values that will be constant for the lifetime of a SandboxedUiAdapter.Session.
Summary
Public constructors |
|---|
|
This method is deprecated. This library is no longer supported. |
Public methods |
|
|---|---|
boolean |
This method is deprecated. This library is no longer supported. |
final InputTransferToken |
This method is deprecated. This library is no longer supported. |
final IBinder |
This method is deprecated. This library is no longer supported. |
int |
This method is deprecated. This library is no longer supported. |
@NonNull String |
This method is deprecated. This library is no longer supported. |
Public constructors
Public methods
getInputTransferToken
public final InputTransferTokengetInputTransferToken()
The input transfer token of the window hosting this session.
This will be non-null when Build.VERSION.SDK_INT is greater than Build.VERSION_CODES.UPSIDE_DOWN_CAKE.
getWindowInputToken
public final IBindergetWindowInputToken()
The input token of the window hosting this session.
This value will be used when Build.VERSION.SDK_INT is equal to Build.VERSION_CODES.UPSIDE_DOWN_CAKE.