AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | Public Attributes | List of all members
alexaClientSDK::acsdkAlerts::Alert::StaticData Struct Reference

#include <Alert.h>

Public Member Functions

 StaticData ()
 

Public Attributes

std::string token
 The AVS token for the alert. More...
 
int dbId
 The database id for the alert. More...
 

Detailed Description

A struct to encapsulate an alert's static data. These data members are not expected to change after initialization. The purpose of this struct is to provide access to data members expected to be persisted on-device.

Constructor & Destructor Documentation

◆ StaticData()

alexaClientSDK::acsdkAlerts::Alert::StaticData::StaticData ( )
inline

Constructor.

Member Data Documentation

◆ dbId

int alexaClientSDK::acsdkAlerts::Alert::StaticData::dbId

The database id for the alert.

◆ token

std::string alexaClientSDK::acsdkAlerts::Alert::StaticData::token

The AVS token for the alert.


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

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0