CCDApi
Functions
Link copied to clipboard
Builds the value of the Authorization header of the Connected Car Data API requests
Link copied to clipboard
abstract fun buildHeaders(bearerToken: String?, additionalHeaders: MutableMap<String, String>?): MutableMap<String, String>?
Builds the headers for the Connected Car Data API requests
Link copied to clipboard
abstract fun executeBuilderRequest(bearerToken: String?, requestBuilder: CCDRequestBuilder, callback: CCDApiCallback)
Executes request