AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Static Public Member Functions | List of all members
alexaClientSDK::acsdkDefaultSampleApplicationOptions::NullMetricRecorder Class Reference

#include <NullMetricRecorder.h>

Inheritance diagram for alexaClientSDK::acsdkDefaultSampleApplicationOptions::NullMetricRecorder:
Inheritance graph
[legend]
Collaboration diagram for alexaClientSDK::acsdkDefaultSampleApplicationOptions::NullMetricRecorder:
Collaboration graph
[legend]

Public Member Functions

MetricRecorderInterface methods
void recordMetric (std::shared_ptr< avsCommon::utils::metrics::MetricEvent > metricEvent) override
 
- Public Member Functions inherited from alexaClientSDK::avsCommon::utils::metrics::MetricRecorderInterface
virtual ~MetricRecorderInterface ()=default
 
virtual void recordMetric (std::shared_ptr< MetricEvent > metricEvent)=0
 

Static Public Member Functions

static std::shared_ptr< MetricRecorderInterface > createMetricRecorderInterface ()
 

Detailed Description

An implementation of MetricRecorderInterface that does not record anything.

Member Function Documentation

◆ createMetricRecorderInterface()

std::shared_ptr< avsCommon::utils::metrics::MetricRecorderInterface > alexaClientSDK::acsdkDefaultSampleApplicationOptions::NullMetricRecorder::createMetricRecorderInterface ( )
inlinestatic

Create a NullMetricRecorder instance.

Returns
A new instance of NullMetricRecorder.

◆ recordMetric()

void alexaClientSDK::acsdkDefaultSampleApplicationOptions::NullMetricRecorder::recordMetric ( std::shared_ptr< avsCommon::utils::metrics::MetricEvent metricEvent)
inlineoverride

The documentation for this class 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