nx_metadata_sdk
1.0
Metadata SDK
|
#include <i_action.h>
Public Attributes | |
Ptr< IString > | actionUrl |
Ptr< IString > | messageToUser |
bool | useProxy = false |
bool | useDeviceCredentials = false |
Data returned to the Server after the Action has been executed. Only one of the strings can be set non-empty.
If neither null nor empty, the Client will open this URL in an embedded browser.
If neither null nor empty, the Client will show this text to the user.
bool nx::sdk::analytics::IAction::Result::useDeviceCredentials = false |
If true, the Client will use device authentication for actionUrl.
bool nx::sdk::analytics::IAction::Result::useProxy = false |
If true, the Client will use the connected server to proxy actionUrl.