|
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.
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.
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.
| bool nx::sdk::analytics::IAction::Result::useDeviceCredentials = false |
Whether device authentication should be used for actionUrl.
| bool nx::sdk::analytics::IAction::Result::useProxy = false |
Whether proxying through the connected server should be used for actionUrl.
1.8.14