ASAPPRequestContextProvider

Interface to return context values specific to the host app (like auth token, analytics etc.).

Functions

Link copied to clipboard
abstract fun getASAPPRequestContext(user: ASAPPUser, refreshContext: Boolean = false): Map<String, Any>?

Called when making a request that may require user sensitive data. Called on a background thread.