Overview

InstalledClientApplicationListUpdater is used to manage the list of InstalledClientApplications in device updater.

Members

Show inherited members

Name Type Description

add

installedClientApplicationUpdater

The InstalledClientApplicationUpdater to be added to the list of installed ClientApplications for the device.

remove

beeId

The handle of the ClientApplication that is to be removed from the list of installed ClientApplications for the device.

Hierarchy

Inherits From

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:installedClientApplicationListUpdater xsi:type="obh:installedClientApplicationListUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <add>your_installedClientApplicationUpdater_0</add>
        <remove>your_beeId_0</remove>
</obh:installedClientApplicationListUpdater>

Referenced By Representaions