Class and Description |
---|
InstallationError
This event is sent by device DataStore Package Manager to let the skill developer know that there was a problem installing/updating the package.
|
UpdateRequest
This event is request sent by device DataStore Package Manager asking the skill developer them to update the version of the package on device.
|
UsagesInstalled
This event is sent by device DataStore Package Manager to the skill developer to let them know about the usages of the packages being installed on the device.
|
UsagesRemoved
This event is sent by device DataStore Package Manager to let the skill developer know about the usages of packages removed from the device.
|
Class and Description |
---|
PackageManagerState
Provides context about the list of packages installed on the device.
|
Class and Description |
---|
AlexaDataStorePackageManagerInterface
Interface using which skills communicate with DataStore Package Manager on the device.
|
AlexaDataStorePackageManagerInterface.Builder |
ErrorType
Type of package error.
|
InstallationError
This event is sent by device DataStore Package Manager to let the skill developer know that there was a problem installing/updating the package.
|
InstallationError.Builder |
Locations
Location where the package can be rendered on the device.
|
ModelPackage
Information of the package that is being installed on the device.
|
ModelPackage.Builder |
PackageError
Additional information about the package installation/update error.
|
PackageError.Builder |
PackageInstallUsage
Places where the package is going to be used on the device.
|
PackageInstallUsage.Builder |
PackageManagerState
Provides context about the list of packages installed on the device.
|
PackageManagerState.Builder |
PackageRemoveUsage
Places where the package is going to be not used anymore on the device.
|
PackageRemoveUsage.Builder |
PackageStateInformation
State information of the DataStore package version installed on the device.
|
PackageStateInformation.Builder |
UpdateRequest
This event is request sent by device DataStore Package Manager asking the skill developer them to update the version of the package on device.
|
UpdateRequest.Builder |
UsagesInstalled
This event is sent by device DataStore Package Manager to the skill developer to let them know about the usages of the packages being installed on the device.
|
UsagesInstalled.Builder |
UsagesInstallRequest
Information about the package that is going to be installed on the device and also where its going to be used on the device.
|
UsagesInstallRequest.Builder |
UsagesRemoved
This event is sent by device DataStore Package Manager to let the skill developer know about the usages of packages removed from the device.
|
UsagesRemoved.Builder |
UsagesRemovedRequest
Information about where the package has been removed and where its not being used anymore.
|
UsagesRemovedRequest.Builder |
Copyright © 2023. All rights reserved.