Package | Description |
---|---|
com.google.api.services.androidenterprise.model |
Modifier and Type | Method and Description |
---|---|
InstallFailureEvent |
InstallFailureEvent.clone() |
InstallFailureEvent |
Notification.getInstallFailureEvent()
Notifications about an app installation failure.
|
InstallFailureEvent |
InstallFailureEvent.set(String fieldName,
Object value) |
InstallFailureEvent |
InstallFailureEvent.setDeviceId(String deviceId)
The Android ID of the device.
|
InstallFailureEvent |
InstallFailureEvent.setFailureDetails(String failureDetails)
Additional details on the failure if applicable.
|
InstallFailureEvent |
InstallFailureEvent.setFailureReason(String failureReason)
The reason for the installation failure.
|
InstallFailureEvent |
InstallFailureEvent.setProductId(String productId)
The id of the product (e.g.
|
InstallFailureEvent |
InstallFailureEvent.setUserId(String userId)
The ID of the user.
|
Modifier and Type | Method and Description |
---|---|
Notification |
Notification.setInstallFailureEvent(InstallFailureEvent installFailureEvent)
Notifications about an app installation failure.
|
Copyright © 2011–2019 Google. All rights reserved.