INRideCompletionStatus.GetCompleted Method
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.
Overloads
GetCompleted() |
Static factory method to get a INRideCompletionStatus indicating a successful ride. |
GetCompleted(INRideFeedbackTypeOptions) |
Static factory method to get a INRideCompletionStatus indicating a successful ride that still requires feedback of the specified type. |
GetCompleted()
Static factory method to get a INRideCompletionStatus indicating a successful ride.
[Foundation.Export("completed")]
public static Intents.INRideCompletionStatus GetCompleted ();
static member GetCompleted : unit -> Intents.INRideCompletionStatus
Returns
- Attributes
Applies to
GetCompleted(INRideFeedbackTypeOptions)
Static factory method to get a INRideCompletionStatus indicating a successful ride that still requires feedback of the specified type.
[Foundation.Export("completedWithOutstandingFeedbackType:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static Intents.INRideCompletionStatus GetCompleted (Intents.INRideFeedbackTypeOptions feedbackType);
static member GetCompleted : Intents.INRideFeedbackTypeOptions -> Intents.INRideCompletionStatus
Parameters
- feedbackType
- INRideFeedbackTypeOptions
Returns
- Attributes