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
 
bool useProxy = false
 
bool useDeviceCredentials = false
 

Detailed Description

Data returned to the Server after the Action has been executed. Only one of the strings can be set non-empty.

Member Data Documentation

◆ actionUrl

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

If neither null nor empty, the Client will open this URL in an embedded browser.

◆ messageToUser

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

If neither null nor empty, the Client will show this text to the user.

◆ useDeviceCredentials

bool nx::sdk::analytics::IAction::Result::useDeviceCredentials = false

If true, the Client will use device authentication for actionUrl.

◆ useProxy

bool nx::sdk::analytics::IAction::Result::useProxy = false

If true, the Client will use the connected server to proxy actionUrl.


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