AppInteractionSession.CreateParams


public static final class AppInteractionSession.CreateParams
extends Object

java.lang.Object
   ↳ android.app.AppInteractionSession.CreateParams


Parameters to create an AppInteractionSession, provided to AppInteractionManager.createSession.

Summary

Nested classes

class AppInteractionSession.CreateParams.Builder

Builder for CreateParams

Public methods

Bundle getExtras()

Returns the additional metadata for this session.

List<String> getTargetPackages()

Returns the list of target packages to create the session for.

Inherited methods

Public methods

getExtras

Added in version 37.2
public Bundle getExtras ()

Returns the additional metadata for this session.

Returns
Bundle This value cannot be null.

getTargetPackages

Added in version 37.2
public List<String> getTargetPackages ()

Returns the list of target packages to create the session for.

Returns
List<String> This value cannot be null.