For the complete documentation index, see llms.txt. This page is also available as Markdown.

enterCoreContent

Inform the SDK when a user starts consuming content that is core to your app experience

NamiMLManager.enterCoreContent(label: String)

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.

NamiMLManager.enterCoreContent(labels: [String])

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