Methods
reportNewContentEntitlement()
reportNewContentEntitlement(entitlement): void
Reports that the customer has a new individual content entitlement inserted into their existing content entitlement list.
Only for entitlement not already contained in subscriptions.
Only for entitlement inserted due to on-device customer action. Should be reported at time of insertion.
Parameters
entitlement
IContentEntitlement
The new enitlement.
Returns
void
Example
reportNewContentInteraction()
reportNewContentInteraction(contentInteraction): void
Reports a customer has interacted with content (Liked, disliked, watched trailer, etc..)
Parameters
contentInteraction
IContentInteraction
The content interaction that has occurred.
Returns
void

