메서드
일반 Android 리셀러 라이브러리를 통해 SamsungResellerServiceFactory
클래스는 Knox 배포 프로그램(KDP)을 사용하여 삼성 기기를 관리하며 GoogleResellerServiceFactory
클래스는 제로터치 등록을 사용하여 다른 Android 기기를 관리합니다. 이 페이지에는 각 팩토리 클래스에서 사용할 수 있는 메서드가 나와 있습니다.
메서드가 지원됩니다.
메서드가 지원되지 않습니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-08-07(UTC)
[null,null,["최종 업데이트: 2024-08-07(UTC)"],[[["The `SamsungResellerServiceFactory` class uses the Knox Deployment Program (KDP) to manage Samsung devices."],["The `GoogleResellerServiceFactory` class uses zero-touch enrollment to manage other Android devices."],["The Common Android Reseller Library offers methods such as `claimDevice`, `unclaimDevice`, and `createCustomer` for device management."],["Methods like `claimDevicesAsync` and `unclaimDevicesAsync` provide asynchronous options for managing large numbers of devices."],["The library allows resellers to manage customers through methods like `createCustomer` and `listCustomers`, and track operation status using `getOperation` and `listOperations`."]]],["The Common Android Reseller Library uses `SamsungResellerServiceFactory` for Knox Deployment Program (KDP) Samsung devices and `GoogleResellerServiceFactory` for zero-touch enrollment of other Android devices. Key actions include: claiming and unclaiming devices (individually or in bulk), creating customer objects, listing devices by identifier or owner, and retrieving operation statuses. Resellers can also list customers and operations, filtering by type or state. Supported methods differ between KDP and zero-touch.\n"]]