Last updated 1 year ago
An interface for handling updates to the user's context. Used with
onUserContextUpdated()
Copyvoid onUserContextUpdated(List<UserContextUpdateCriteria> criteria, UserContext userContext)Returns the new user context.
void onUserContextUpdated(List<UserContextUpdateCriteria> criteria, UserContext userContext)
Returns the new user context.
criteria
A list that filters which to return.
userContext
A object that contains the user's context.
UserContextUpdateCriteria
UserContext
UserContextApi.addUserContextUpdateListener(UserContextUpdateListener)