INRideCompletionStatus.GetCompleted Method

Definition

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

Returns

Attributes

Applies to