Added in API level 37.2
CreateParams
class CreateParams
| kotlin.Any | |
| ↳ | android.app.AppInteractionSession.CreateParams |
Parameters to create an AppInteractionSession, provided to AppInteractionManager.createSession.
Summary
| Nested classes | |
|---|---|
|
Builder for |
|
| Public methods | |
|---|---|
| Bundle |
Returns the additional metadata for this session. |
| MutableList<String!> |
Returns the list of target packages to create the session for. |
Public methods
getExtras
Added in API level 37.2
fun getExtras(): Bundle
Returns the additional metadata for this session.
| Return | |
|---|---|
Bundle |
This value cannot be null. |
getTargetPackages
Added in API level 37.2
fun getTargetPackages(): MutableList<String!>
Returns the list of target packages to create the session for.
| Return | |
|---|---|
MutableList<String!> |
This value cannot be null. |