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