SessionData


class SessionData


A class containing values that will be constant for the lifetime of a SandboxedUiAdapter.Session.

Summary

Public constructors

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

Public functions

open operator Boolean
equals(other: Any?)

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

open Int

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

open String

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

Public properties

InputTransferToken?

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

IBinder?

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

Public constructors

SessionData

Added in 1.0.0-alpha17
Deprecated in 1.0.0-alpha17
SessionData()

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

inputTransferToken

Added in 1.0.0-alpha17
Deprecated in 1.0.0-alpha17
@RequiresApi(value = 35)
val inputTransferTokenInputTransferToken?

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.

windowInputToken

Added in 1.0.0-alpha17
Deprecated in 1.0.0-alpha17
val windowInputTokenIBinder?

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.