AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | List of all members
alexaClientSDK::registrationManager::CustomerDataHandlerInterface Class Referenceabstract

#include <CustomerDataHandlerInterface.h>

Inheritance diagram for alexaClientSDK::registrationManager::CustomerDataHandlerInterface:
Inheritance graph
[legend]

Public Member Functions

virtual ~CustomerDataHandlerInterface ()=default
 
virtual void clearData ()=0
 

Detailed Description

Interface class which requires the derived class to implement a clearData() function.

For changes in the device registration, it is extremely important to remove any customer data saved in the device. Classes that have any data related to the currently logged user must extend this class to guarantee that their data will be wiped out during logout.

Constructor & Destructor Documentation

◆ ~CustomerDataHandlerInterface()

virtual alexaClientSDK::registrationManager::CustomerDataHandlerInterface::~CustomerDataHandlerInterface ( )
virtualdefault

Virtual destructor to assure proper cleanup of derived types.

Member Function Documentation

◆ clearData()

virtual void alexaClientSDK::registrationManager::CustomerDataHandlerInterface::clearData ( )
pure virtual

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