nx_metadata_sdk  1.0
Metadata SDK
Public Attributes | List of all members
nx::sdk::analytics::IAction::Result Struct Reference

#include <i_action.h>

Public Attributes

Ptr< IStringactionUrl
 
Ptr< IStringmessageToUser
 

Detailed Description

Data returned to the Server after the Action has been executed.

Member Data Documentation

◆ actionUrl

Ptr<IString> nx::sdk::analytics::IAction::Result::actionUrl

URL to be opened by the Client in an embedded browser, or a null or empty string. If non-empty, messageToUser must be null or empty.

◆ messageToUser

Ptr<IString> nx::sdk::analytics::IAction::Result::messageToUser

Text to be shown to the user by the Client, or a null or empty string. If non-empty, actionUrl must be null or empty.


The documentation for this struct was generated from the following file: