Command.StatusCase

abstract class Command.StatusCase


कमांड के हिसाब से स्टेटस.

खास जानकारी

नेस्ट किए गए टाइप

Command.StatusCase का संभावित टाइप.

सार्वजनिक फ़ंक्शन

abstract Command.ClearAppsDataStatus!

ऐप्लिकेशन का डेटा मिटाने के अनुरोध की स्थिति.

abstract Command.StatusCase.Kind!
abstract Command.CustomAppOperationStatus!

कस्टम ऐप्लिकेशन इंस्टॉल करने के लिए इस्तेमाल की गई कमांड की स्थिति.

java-static Command.StatusCase!
java-static Command.StatusCase!
java-static Command.StatusCase!
java-static Command.StatusCase!
java-static Command.StatusCase!
java-static Command.StatusCase!
java-static Command.StatusCase!
java-static Command.StatusCase!
java-static Command.StatusCase!
abstract Command.RequestDeviceInfoStatus!

RequestDeviceInfo कमांड का स्टेटस.

abstract Command.CustomAppOperationStatus!

कस्टम ऐप्लिकेशन को अनइंस्टॉल करने की कमांड की स्थिति.

सार्वजनिक फ़ंक्शन

clearAppsDataStatus

abstract fun clearAppsDataStatus(): Command.ClearAppsDataStatus!

ऐप्लिकेशन का डेटा मिटाने के अनुरोध की स्थिति.

getKind

abstract fun getKind(): Command.StatusCase.Kind!

installCustomAppStatus

abstract fun installCustomAppStatus(): Command.CustomAppOperationStatus!

कस्टम ऐप्लिकेशन इंस्टॉल करने के लिए इस्तेमाल की गई कमांड की स्थिति.

ofClearAppsDataStatus

java-static fun ofClearAppsDataStatus(value: Command.ClearAppsDataStatus!): Command.StatusCase!

ofClearAppsDataStatus

java-static fun ofClearAppsDataStatus(value: Command.ClearAppsDataStatus.Builder!): Command.StatusCase!

ofInstallCustomAppStatus

java-static fun ofInstallCustomAppStatus(value: Command.CustomAppOperationStatus!): Command.StatusCase!

ofInstallCustomAppStatus

java-static fun ofInstallCustomAppStatus(
    value: Command.CustomAppOperationStatus.Builder!
): Command.StatusCase!

ofNone

java-static fun ofNone(): Command.StatusCase!

ofRequestDeviceInfoStatus

java-static fun ofRequestDeviceInfoStatus(value: Command.RequestDeviceInfoStatus!): Command.StatusCase!

ofRequestDeviceInfoStatus

java-static fun ofRequestDeviceInfoStatus(
    value: Command.RequestDeviceInfoStatus.Builder!
): Command.StatusCase!

ofUninstallCustomAppStatus

java-static fun ofUninstallCustomAppStatus(value: Command.CustomAppOperationStatus!): Command.StatusCase!

ofUninstallCustomAppStatus

java-static fun ofUninstallCustomAppStatus(
    value: Command.CustomAppOperationStatus.Builder!
): Command.StatusCase!

requestDeviceInfoStatus

abstract fun requestDeviceInfoStatus(): Command.RequestDeviceInfoStatus!

RequestDeviceInfo कमांड का स्टेटस.

uninstallCustomAppStatus

abstract fun uninstallCustomAppStatus(): Command.CustomAppOperationStatus!

कस्टम ऐप्लिकेशन को अनइंस्टॉल करने की कमांड की स्थिति.