Class | Description |
---|---|
AlexaDataStorePackageManagerInterface |
Interface using which skills communicate with DataStore Package Manager on the device.
|
AlexaDataStorePackageManagerInterface.Builder | |
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 | |
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 |
Enum | Description |
---|---|
ErrorType |
Type of package error.
|
Locations |
Location where the package can be rendered on the device.
|
Copyright © 2023. All rights reserved.