enterCoreContent
Inform the SDK when a user starts consuming content that is core to your app experience
Arguments
(required)
label
: String that describes the content being consumed. The same string must be used in both enterCoreContent and exitCoreContent calls.
Content with Hierarchies
If your content has a nested relationship between the tags, we provide a call that will allow you to inform Nami about that structure.
Arguments
labels
a list of strings where the list is ordered by the relationship of the content, such as ["video", "basketball", "michael jordan"].
Last updated