![]() |
Alexa Auto SDK
4.3
|
Public Member Functions | |
| void | reportNetworkDataUsage (const std::string &usage) |
Device Usage should be extended by the platform implementation to provide the Alexa app usage on the device to Auto SDK. The interface currently supports providing the network data consumption only.
| void aace::deviceUsage::DeviceUsage::reportNetworkDataUsage | ( | const std::string & | usage | ) |
Reports the network usage data consumed by the Alexa application between the startTimeStamp and endTimeStamp
| [in] | usage | The network usage data. { "startTimeStamp" : {{LONG}}, "endTimeStamp" : {{LONG}}, "networkInterfaceType": "{{STRING}}", "dataPlanType" : "{{STRING}}", "bytesUsage" :{ "rxBytes" : {{LONG}}, "txBytes" : {{LONG}} } }
|
Alexa Auto SDK 4.3 - Copyright 2017-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0