컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
credentials providerevents
TODO
최근 업데이트 |
안정화 버전 |
출시 후보 버전 |
베타 버전 |
알파 버전 |
2025년 8월 13일 |
- |
- |
- |
1.0.0-alpha02 |
종속 항목 선언
credentials providerevents의 종속 항목을 추가하려면 프로젝트에 Google Maven 저장소를 추가해야 합니다. 자세한 내용은 Google Maven 저장소를 읽어보세요.
다음과 같이 앱 또는 모듈의 build.gradle
파일에 필요한 아티팩트의 종속 항목을 추가합니다.
Groovy
dependencies {
// Use to implement credentials providereventss
implementation "androidx.credentials.providerevents:providerevents:1.0.0-alpha02"
implementation "androidx.credentials.providerevents:providerevents-play-services:1.0.0-alpha02"
Kotlin
dependencies {
// Use to implement credentials providereventss
implementation("androidx.credentials.providerevents:providerevents:1.0.0-alpha02")
implementation("androidx.credentials.providerevents:providerevents-play-services:1.0.0-alpha02")
}
종속 항목에 관한 자세한 내용은 빌드 종속 항목 추가를 참고하세요.
의견
제출하신 의견은 Jetpack을 개선하는 데 도움이 됩니다. 새로운 문제를 발견하거나 라이브러리 개선을 위한 아이디어가 있다면 Google에 알려 주세요. 새 문제를 제출하기 전에 이 라이브러리의 기존 문제를 살펴보시기 바랍니다. 별표 버튼을 클릭하여 기존 문제에 투표할 수 있습니다.
새로운 문제 제출하기
자세한 내용은 Issue Tracker 문서를 참고하세요.
버전 1.0
버전 1.0.0-alpha02
2025년 8월 13일
androidx.credentials.providerevents:providerevents:1.0.0-alpha02
및 androidx.credentials.providerevents:providerevents-play-services:1.0.0-alpha02
이 출시되었습니다. 버전 1.0.0-alpha02에는 이 커밋이 포함되어 있습니다.
API 변경사항
- 예외 클래스 및
GetCapabilitiesRequest
에 대한 사소한 리팩터링 (Ia6ee3)
- 신뢰 당사자 (RP)가 사용자 인증 정보 제공자에게 사용자 인증 정보 상태 신호를 전송하여 사용자 인증 정보의 상태를 업데이트할 수 있도록 하는 API가 추가되었습니다. (Ia7a65)
- 보고된 측정항목이 사용자 인증 정보 유형별로 그룹화되도록
ExportCredentialsResponse
리팩터링 (I3a088)
- 기기 설정 서비스를 위한 새로운 API 추가 (Icc9d5)
버그 수정
- 사용자 인증 정보 교환을 위한 새로운 API 추가 (I77c1c)
버전 1.0.0-alpha01
2025년 5월 7일
androidx.credentials.providerevents:providerevents:1.0.0-alpha01
및 androidx.credentials.providerevents:providerevents-play-services:1.0.0-alpha01
이 출시되었습니다. 버전 1.0.0-alpha01에는 이 커밋이 포함되어 있습니다.
새로운 기능
- 사용자 인증 정보 제공자가 사용자 인증 정보 관리자 API에서 이벤트를 수신하도록 지원하는 새로운
CredentialProviderEventsService
가 추가됩니다. 이제 사용자 인증 정보 제공업체는 이 서비스를 통해 패스키 조건부 생성 환경을 지원할 수 있습니다. 이 서비스는 향후 다른 사용자 인증 정보 제공자 업데이트도 전파하도록 설계되었습니다.
API 변경사항
CredentialProviderEventsService
- 사용자 인증 정보 관리자 API에서 이벤트를 수신하기 위해 사용자 인증 정보 제공자가 확장하는 새로운 서비스입니다.
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2025-08-13(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-08-13(UTC)"],[],[],null,["# credentials providerevents\n==========================\n\nAPI Reference \n[androidx.credentials.providerevents](/reference/kotlin/androidx/credentials/providerevents/package-summary) \nTODO \n\n| Latest Update | Stable Release | Release Candidate | Beta Release | Alpha Release |\n|-----------------|----------------|-------------------|--------------|--------------------------------------------------------------------------------------|\n| August 13, 2025 | - | - | - | [1.0.0-alpha02](/jetpack/androidx/releases/credentials-providerevents#1.0.0-alpha02) |\n\nDeclaring dependencies\n----------------------\n\nTo add a dependency on credentials providerevents, you must add the Google Maven repository to your\nproject. Read [Google's Maven repository](/studio/build/dependencies#google-maven)\nfor more information.\n\nAdd the dependencies for the artifacts you need in the `build.gradle` file for\nyour app or module: \n\n### Groovy\n\n```groovy\ndependencies {\n // Use to implement credentials providereventss\n implementation \"androidx.credentials.providerevents:providerevents:1.0.0-alpha02\"\n implementation \"androidx.credentials.providerevents:providerevents-play-services:1.0.0-alpha02\"\n```\n\n### Kotlin\n\n```kotlin\ndependencies {\n // Use to implement credentials providereventss\n implementation(\"androidx.credentials.providerevents:providerevents:1.0.0-alpha02\")\n implementation(\"androidx.credentials.providerevents:providerevents-play-services:1.0.0-alpha02\")\n\n\n}\n```\n\nFor more information about dependencies, see [Add build dependencies](/studio/build/dependencies).\n\nFeedback\n--------\n\nYour feedback helps make Jetpack better. Let us know if you discover new issues or have\nideas for improving this library. Please take a look at the\n[existing issues](https://issuetracker.google.com/issues?q=componentid:1301097%20status:open)\nin this library before you create a new one. You can add your vote to an existing issue by\nclicking the star button.\n\n[Create a new issue](https://issuetracker.google.com/issues/new?component=1301097&template=1773864)\n\nSee the [Issue Tracker documentation](https://developers.google.com/issue-tracker)\nfor more information.\n\nVersion 1.0\n-----------\n\n### Version 1.0.0-alpha02\n\nAugust 13, 2025\n\n`androidx.credentials.providerevents:providerevents:1.0.0-alpha02` and `androidx.credentials.providerevents:providerevents-play-services:1.0.0-alpha02` are released. Version 1.0.0-alpha02 contains [these commits](https://android.googlesource.com/platform/frameworks/support/+log/b6c541571b9fb5471f965fc52612cb280713e5e4..c359e97fece91f3767a7d017e9def23c7caf1f53/credentials/providerevents).\n\n**API Changes**\n\n- Minor refactors to exception classes and `GetCapabilitiesRequest` ([Ia6ee3](https://android-review.googlesource.com/#/q/Ia6ee3ffde660611001aaad53a0d4decb3dfdb311))\n- Added APIs that allow relying parties (RPs) to send credential state signals to credential providers, such that they can update the state of the credentials on their end. ([Ia7a65](https://android-review.googlesource.com/#/q/Ia7a6505fc70cc69ac5e49c9fc2069744d6ea68e9))\n- Refactor `ExportCredentialsResponse` such that the metrics reported are grouped by the credential type ([I3a088](https://android-review.googlesource.com/#/q/I3a08855bb616b3c77fda1c3f9821fc54145df871))\n- Added new APIs for device setup service ([Icc9d5](https://android-review.googlesource.com/#/q/Icc9d59659d8a613accd78eecdb669e7140d2d142))\n\n**Bug Fixes**\n\n- Added new apis for credential exchange ([I77c1c](https://android-review.googlesource.com/#/q/I77c1ce3a524eacbdf08003bcf414c4b7c59703c4))\n\n### Version 1.0.0-alpha01\n\nMay 7, 2025\n\n`androidx.credentials.providerevents:providerevents:1.0.0-alpha01` and `androidx.credentials.providerevents:providerevents-play-services:1.0.0-alpha01` are released. Version 1.0.0-alpha01 contains [these commits](https://android.googlesource.com/platform/frameworks/support/+log/b6c541571b9fb5471f965fc52612cb280713e5e4/credentials/providerevents).\n\n**New Features**\n\n- A new `CredentialProviderEventsService` is being added that credential providers will support to receive events from Credential Manager APIs. One of the features that credential providers can now support through this service is the passkey conditional create experience. This service is designed to propagate other credential provider updates as well in the future.\n\n**API Changes**\n\n- `CredentialProviderEventsService` - a new service for credential providers to extend from in order to receive events from Credential manager API."]]