CreateParams


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

Parameters to create an AppInteractionSession, provided to AppInteractionManager.createSession.

Summary

Nested classes

Builder for CreateParams.

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

fun getExtras(): Bundle

Returns the additional metadata for this session.

Return
Bundle This value cannot be null.

getTargetPackages

fun getTargetPackages(): MutableList<String!>

Returns the list of target packages to create the session for.

Return
MutableList<String!> This value cannot be null.