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

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");

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.

Last updated