GoogleRidesharingConsumer Framework Reference

  • GMTSRequestOptionsSupport is a protocol extension for setting request options.

  • The requestOptions method retrieves the currently set request options, which can be nil if none are set.

  • The updatedRequestByApplyingOptions: method generates a new request with the specified options applied.

  • requestOptions parameter allows you to specify the desired options to apply when updating a request.

GMTSRequestOptionsSupport

@protocol GMTSRequestOptionsSupport <NSObject>

Extension for support of set request options.