Common Android Reseller Library
This page lists all the resources available in the Common Android Reseller Library.
Methods |
|
claimDevice |
Synchronous request to claim one device for a specified customer. |
claimDevicesAsync |
Asynchronous request to claim up to 100,000 devices for one or more customers. |
createCustomer |
Creates a Company object to uniquely identify a company (customer). |
findDevicesByDeviceIdentifier |
List devices with given device identifier. |
findDevicesByOwner |
List of devices claimed by the specified customer or customers. |
getOperation |
Retrieves the status of an asynchronous operation using its operationId . |
listCustomers |
List of customers associated with the reseller. |
listOperations |
List of operations with a specified operation type and/or operation state. |
unclaimDevice |
Synchronous request to unclaim a single device for a specified customer. |
unclaimDevicesAsync |
Asynchronous request to unclaim up to 100,000 devices for one or more customers. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-07 UTC.
[null,null,["Last updated 2024-08-07 UTC."],[[["This page provides a comprehensive list of resources available within the Common Android Reseller Library, including factory classes, objects, and methods."],["The library includes factory classes for managing both Samsung and non-Samsung devices and customers via `SamsungResellerServiceFactory` and `GoogleResellerServiceFactory` respectively."],["Key objects within the library facilitate the management of companies, devices, operations, and errors, such as `Company`, `Device`, `Operation`, and `Error`."],["The library offers a range of methods to manage devices, including synchronously and asynchronously claiming or unclaiming devices, creating customer objects, and retrieving operation status."],["Methods are also available for listing devices by identifier or owner, and listing customers and operations within the reseller scope."]]],["The Common Android Reseller Library provides resources for managing devices and customers. Key actions include claiming and unclaiming devices synchronously or asynchronously, creating customer objects (`Company`), and retrieving operation statuses. It offers methods to list devices by identifier or owner, and to list customers and operations. Factory classes `SamsungResellerServiceFactory` and `GoogleResellerServiceFactory` create `ResellerService` objects. The library also defines objects such as `Device`, `DeviceIdentifier`, `Operation`, `Error`, and `ErrorCode`.\n"]]