UserContextUpdateListener
An interface for handling updates to the user's context. Used with UserContextApi.addUserContextUpdateListener(UserContextUpdateListener)
UserContextUpdateListener API
onUserContextUpdated()
onUserContextUpdated()
Returns the new user context.
Parameters
criteria
A list that filters which UserContextUpdateCriteria
to return.
userContext
A UserContext
object that contains the user's context.
Last updated