public class

Constants

extends Object
java.lang.Object
   ↳ de.auerswald.Constants

Class Overview

General constants, used in Auerswald provided services.

Summary

Constants
String PROVISIONING_FINISH Action of a broadcast that indicates the end the provisioning process
String START_PROVISIONING Action of a broadcast that indicates the start the provisioning process
Public Constructors
Constants()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String PROVISIONING_FINISH

Action of a broadcast that indicates the end the provisioning process

Constant Value: "auerswald.intent.action.PROVFINISH"

public static final String START_PROVISIONING

Action of a broadcast that indicates the start the provisioning process

Constant Value: "auerswald.intent.action.AUTOPROV"

Public Constructors

public Constants ()