perimeterxHeadersWereUpdated

abstract fun perimeterxHeadersWereUpdated(headers: HashMap<String, String>, appId: String)

Called when the HTTP headers were changed. You may store and use those headers instead of calling the `headersForURLRequest(forAppId:)` function for every URL request.

Parameters

headers

HTTP headers.

appId

The AppID that related to the event.