nabto_device_get_app_name()

DESCRIPTION

Get the app name. If the app name is not set, return NULL.

This function is not thread safe if set_app_name is called after or at the same time as this call.

DECLARATION

NABTO_DEVICE_DECL_PREFIX const char* NABTO_DEVICE_API
nabto_device_get_app_name(NabtoDevice* device)

PARAMETERS

device:
[in] The device.

RETURNS

the app name or NULL if not set.