Added in U Extensions 21
MatchmakingResponse
class MatchmakingResponse : Parcelable
| kotlin.Any | |
| ↳ | android.health.connect.MatchmakingResponse |
A response for HealthConnectManager.isMatchmakingPossible(MatchmakingRequest, Executor, OutcomeReceiver).
Summary
| Nested classes | |
|---|---|
|
Builder for |
|
| Inherited constants | |
|---|---|
| Public methods | |
|---|---|
| Int | |
| Boolean | |
| Int |
hashCode() |
| Boolean |
Returns |
| Unit |
writeToParcel(dest: Parcel, flags: Int)Flatten this object in to a Parcel. |
| Properties | |
|---|---|
| static Parcelable.Creator<MatchmakingResponse!> | |
Public methods
describeContents
fun describeContents(): Int
hashCode
fun hashCode(): Int
isMatchmakingPossible
Added in U Extensions 21
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:
|