Environment

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.

abstract class Environment.Builder

Builder for Environment.

Public functions

java-static Environment.Builder!
Environment.AndroidDevicePolicyEnvironment!

The environment of the Android Device Policy app.

java-static Environment!
Boolean

Returns true if androidDevicePolicyEnvironment is set.

abstract Environment.Builder!

Public functions

builder

java-static fun builder(): Environment.Builder!

getAndroidDevicePolicyEnvironment

fun getAndroidDevicePolicyEnvironment(): Environment.AndroidDevicePolicyEnvironment!

The environment of the Android Device Policy app.

getDefaultInstance

java-static fun getDefaultInstance(): Environment!

hasAndroidDevicePolicyEnvironment

fun hasAndroidDevicePolicyEnvironment(): Boolean

Returns true if androidDevicePolicyEnvironment is set.

toBuilder

abstract fun toBuilder(): Environment.Builder!