UserContextUpdateListener

An interface for handling updates to the user's context. Used with UserContextApi.addUserContextUpdateListener(UserContextUpdateListener)

UserContextUpdateListener API

onUserContextUpdated()

void onUserContextUpdated(List<UserContextUpdateCriteria> criteria, UserContext userContext)

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