Inform the SDK about an important action a user may take in your app.

NamiMLManager.coreAction(label: "Shared Item")
NamiMLManager.coreAction(label: String)
NativeModules.NamiMLManagerBridge.coreActionWithLabel("Shared Item");
NamiMLManager.coreAction(String label);

Arguments

  • (required) label: a string label used to identify the core user action

Used to indicate when a user performed an action in your app that is important in creating customer loyalty and engagement. These may include actions like liking or sharing, for example.