coreAction
Inform the SDK about an important action a user may take in your app.
NamiMLManager.coreAction(label: "Shared Item")NamiMLManager.coreAction(label: String)NamiMLManager.coreAction(String label);NativeModules.NamiMLManagerBridge.coreActionWithLabel("Shared Item");Last updated