MatchmakingResponse


class MatchmakingResponse : Parcelable
kotlin.Any
   ↳ android.health.connect.MatchmakingResponse

A response for HealthConnectManager.isMatchmakingPossible(MatchmakingRequest, Executor, OutcomeReceiver).

Summary

Nested classes

Builder for MatchmakingResponse.

Inherited constants
Public methods
Int

Boolean
equals(other: Any?)

Int

Boolean

Returns true if matchmaking is possible, false otherwise.

Unit
writeToParcel(dest: Parcel, flags: Int)

Flatten this object in to a Parcel.

Properties
static Parcelable.Creator<MatchmakingResponse!>

Public methods

describeContents

fun describeContents(): Int

equals

fun equals(other: Any?): Boolean

hashCode

fun hashCode(): Int

isMatchmakingPossible

fun isMatchmakingPossible(): Boolean

Returns true if matchmaking is possible, false otherwise.

writeToParcel

fun writeToParcel(
    dest: Parcel,
    flags: Int
): Unit

Flatten this object in to a Parcel.

Parameters
dest Parcel: This value cannot be null.
flags Int: Additional flags about how the object should be written. May be 0 or PARCELABLE_WRITE_RETURN_VALUE.
Value is either 0 or a combination of the following:

Properties

CREATOR

static val CREATOR: Parcelable.Creator<MatchmakingResponse!>