UpdateParams


class UpdateParams
kotlin.Any
   ↳ android.app.AppInteractionSession.UpdateParams

Parameters to update an AppInteractionSession, provided to AppInteractionSession.update.

Summary

Nested classes

Builder for UpdateParams.

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

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

fun getExtras(): Bundle

Returns the additional metadata for this update.

Return
Bundle This value cannot be null.