MatchmakingResponse


@ExperimentalMatchmakingApi
public final class MatchmakingResponse


Response class for matchmaking possible check.

Summary

Public constructors

MatchmakingResponse(boolean isMatchmakingPossible)

Public methods

boolean
equals(Object other)
int
final boolean

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

@NonNull String

Public constructors

MatchmakingResponse

Added in 1.2.0-alpha04
public MatchmakingResponse(boolean isMatchmakingPossible)

Public methods

equals

public boolean equals(Object other)

hashCode

public int hashCode()

isMatchmakingPossible

Added in 1.2.0-alpha04
public final boolean isMatchmakingPossible()

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

toString

public @NonNull String toString()