On-demand Rides and Deliveries Solution is currently available only to select partners. Contact sales to learn more.

GMTSRequest Class Reference

GMTSRequest Class Reference

Overview

Request object that is an abstract class.

Inherited by GMTCTripRequest.

Public Member Functions

(instancetype) - initWithRequestHeader:
 Initialization of the object.

Properties

GMTSRequestHeaderrequestHeader
 Header of the request, to specify extra request conditions.

Member Function Documentation

- (instancetype) initWithRequestHeader: (nullable GMTSRequestHeader *)  requestHeader

Initialization of the object.

Parameters:
requestHeaderA request header object to bind with the current request.

Property Documentation

- (GMTSRequestHeader*) requestHeader [read, copy]

Header of the request, to specify extra request conditions.

Implemented in GMTCMutableTripRequest.