EnvironmentEvent

public abstract class EnvironmentEvent


The event related to the environment of the device.

Summary

Nested types

The user accepted the consent to install the Android Device Policy app.

Builder for EnvironmentEvent.AndroidDevicePolicyInstallConsentAccepted.

public abstract class EnvironmentEvent.Builder

Builder for EnvironmentEvent.

public abstract class EnvironmentEvent.EventCase

The event related to the prepare environment API.

The possible kind of EnvironmentEvent.EventCase.

Public methods

static EnvironmentEvent.Builder
static EnvironmentEvent
abstract EnvironmentEvent.EventCase

The event related to the prepare environment API.

abstract EnvironmentEvent.Builder

Public methods

builder

public static EnvironmentEvent.Builder builder()

getDefaultInstance

public static EnvironmentEvent getDefaultInstance()

getEvent

public abstract EnvironmentEvent.EventCase getEvent()

The event related to the prepare environment API.

toBuilder

public abstract EnvironmentEvent.Builder toBuilder()