Environment

public abstract class Environment


The environment of the device.

Summary

Nested types

The environment of the Android Device Policy app.

Builder for Environment.AndroidDevicePolicyEnvironment.

The state of the Android Device Policy app.

The version of the Android Device Policy app.

public abstract class Environment.Builder

Builder for Environment.

Public methods

static Environment.Builder
Environment.AndroidDevicePolicyEnvironment

The environment of the Android Device Policy app.

static Environment
boolean

Returns true if androidDevicePolicyEnvironment is set.

abstract Environment.Builder

Public methods

builder

public static Environment.Builder builder()

getAndroidDevicePolicyEnvironment

public Environment.AndroidDevicePolicyEnvironment getAndroidDevicePolicyEnvironment()

The environment of the Android Device Policy app.

getDefaultInstance

public static Environment getDefaultInstance()

hasAndroidDevicePolicyEnvironment

public boolean hasAndroidDevicePolicyEnvironment()

Returns true if androidDevicePolicyEnvironment is set.

toBuilder

public abstract Environment.Builder toBuilder()