Overview

An enum indicating the type of the client application.

Enumeration Members

Name Description

REGULAR

A regular client application. They need to be provisioned before they are available for download. There is typically a bootstrap or a dm client running on the device that downloads these types of application.

PLATFORM

A platform client application is a client application that is required by regular client applications during runtime. They don't need to be provisioned, so the latest binaries are always available to the client.

BOOTSTRAP

A bootstrap application, that is usually a downloader. An application that downloads regular applications. They don't need to be explicitly provisioned, a bootstrap application is available for download if the corresponding REGULAR application is provisioned. A BOOTSTRAP and REGULAR application are matched by os, processor, device class attributes.

THIRDPARTY

A third party application is one that is not developed by Beehive. They need to be provisioned before they are available for download.

Referenced By Representaions