EnvironmentEvent.EventCase

abstract class EnvironmentEvent.EventCase


The event related to the prepare environment API.

Summary

Nested types

The possible kind of EnvironmentEvent.EventCase.

Public functions

getKind

abstract fun getKind(): EnvironmentEvent.EventCase.Kind!

ofAndroidDevicePolicyInstallConsentAccepted

java-static fun ofAndroidDevicePolicyInstallConsentAccepted(
    value: EnvironmentEvent.AndroidDevicePolicyInstallConsentAccepted!
): EnvironmentEvent.EventCase!

ofNone

java-static fun ofNone(): EnvironmentEvent.EventCase!