IntentData
class IntentData
kotlin.Any | |
↳ | androidx.recommendation.app.ContentRecommendation.IntentData |
Object used to encapsulate the data to be used to build the PendingIntent
object associated with a given content recommendation, at the time this recommendation gets posted to the home Screen.
The members of this object correspond to the fields passed into the PendingIntent
factory methods, when creating a new PendingIntent.
Summary
Public constructors | |
---|---|
<init>() Object used to encapsulate the data to be used to build the |
Public constructors
<init>
IntentData()
Object used to encapsulate the data to be used to build the PendingIntent
object associated with a given content recommendation, at the time this recommendation gets posted to the home Screen.
The members of this object correspond to the fields passed into the PendingIntent
factory methods, when creating a new PendingIntent.