SessionId

@RequiresApi(value = 26) class SessionId


An identifier that uniquely describes an individual Session.

Summary

Public companion functions

@DoNotInline SessionId?

Public constructors

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public companion functions

getSessionIdFromIntent

@DoNotInline
fun getSessionIdFromIntent(intent: Intent): SessionId?

Public constructors

SessionId

SessionId(id: String)

Public functions

equals

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

hashCode

open fun hashCode(): Int

toString

open fun toString(): String