Return the entry points that the app service recommends to the user as the next entry point to open in the activity.
Typically called when users have an activity with context objects and when users have open entry points in the activity.
Inspect the context IDs, types, and metadata in the context object collection to determine whether the context is relevant to the entry point recommendation.
public abstract java.util.Collection<EntryPointDefinition> getEntryPointDefinitionsByContext(
java.util.Collection<BTOContext> context,
java.util.Collection<EntryPointDefinition> externalEntryPoints
)
|
Parameters
- context
- the collection of contexts in the user activity
- externalEntryPoints
- the collection of currently opened entry points for the current user activity.
Return Value
collection of the recommended entry points by this app service according to the given context list and open entry points.