AppInteractionSession.UpdateParams


public static final class AppInteractionSession.UpdateParams
extends Object

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


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

Summary

Nested classes

class AppInteractionSession.UpdateParams.Builder

Builder for UpdateParams

Public methods

List<String> getAdditionalTargetPackages()

Returns the list of additional target packages to update the session for.

Bundle getExtras()

Returns the additional metadata for this update.

Inherited methods

Public methods

getAdditionalTargetPackages

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

Returns the list of additional target packages to update the session for.

Returns
List<String> This value cannot be null.

getExtras

Added in version 37.2
public Bundle getExtras ()

Returns the additional metadata for this update.

Returns
Bundle This value cannot be null.