MatchmakingResponse


@ExperimentalMatchmakingApi
class MatchmakingResponse


Response class for matchmaking possible check.

Summary

Public constructors

MatchmakingResponse(isMatchmakingPossible: Boolean)

Public functions

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

Public properties

Boolean

true if the flow would display at least one matching app or device, false otherwise.

Public constructors

MatchmakingResponse

Added in 1.2.0-alpha04
MatchmakingResponse(isMatchmakingPossible: Boolean)

Public functions

equals

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

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

isMatchmakingPossible

Added in 1.2.0-alpha04
val isMatchmakingPossibleBoolean

true if the flow would display at least one matching app or device, false otherwise.