Share via


INSendRideFeedbackIntentResponseCode Enum

Definition

Enumerates results codes for the INSendRideFeedbackIntent.

[ObjCRuntime.Native]
public enum INSendRideFeedbackIntentResponseCode
[<ObjCRuntime.Native>]
type INSendRideFeedbackIntentResponseCode = 
Inheritance
INSendRideFeedbackIntentResponseCode
Attributes

Fields

Name Value Description
Unspecified 0

Indicates that no explicit response code was provided.

Ready 1

Developers should return this during the confirmation phase, indicating the extension's ability to handle the intent.

Success 2

Developers should use this response code to indicate that the extension successfully processed the intent.

Failure 3

Developers should use this code to indicate that they failed to process the intent.

Applies to