exitCoreContent
Inform the SDK when a user has finished consuming content that is core to your app experience.
NamiMLManager.exitCoreContent(label: String)NamiMLManager.exitCoreContent(label: String)// Use version that takes List<String> (see below)NativeModules.NamiMLManagerBridge.exitCoreContentWithLabel(String);NamiMLManager.exitCoreContent(labels: [String])NamiMLManager.exitCoreContent(List<String> labels);NamiMLManager.exitCoreContent(List<String> labels);Last updated