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.

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.

◆ useDeviceCredentials

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

Whether device authentication should be used for actionUrl.

◆ useProxy

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

Whether proxying through the connected server should be used for actionUrl.


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