Added in version 37.2
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 |
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. |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2026-08-28 UTC.
[null,null,["Last updated 2026-08-28 UTC."],[],[]]