MatchmakingResponse.Builder(Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an instance of Builder.
[Android.Runtime.Register(".ctor", "(Z)V", "", ApiSince=37)]
public Builder(bool isMatchmakingPossible);
[<Android.Runtime.Register(".ctor", "(Z)V", "", ApiSince=37)>]
new Android.Health.Connect.MatchmakingResponse.Builder : bool -> Android.Health.Connect.MatchmakingResponse.Builder
Parameters
- isMatchmakingPossible
- Boolean
true if matchmaking is possible, false
otherwise.
- Attributes
Remarks
Creates an instance of Builder.
Android reference for android.health.connect.MatchmakingResponse.Builder.Builder.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.