קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
credentials providerevents
TODO
העדכון האחרון |
גרסה יציבה |
גרסה מועמדת להפצה |
גרסת בטא |
גרסת אלפא |
13 באוגוסט 2025 |
- |
- |
- |
1.0.0-alpha02 |
הצהרה על יחסי תלות
כדי להוסיף תלות ב-credentials providerevents, צריך להוסיף את מאגר Google Maven לפרויקט. מידע נוסף זמין במאמר בנושא מאגר Maven של Google.
מוסיפים את יחסי התלות של הארטיפקטים שאתם צריכים בקובץ build.gradle
של האפליקציה או המודול:
מגניב
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")
}
מידע נוסף על יחסי תלות זמין במאמר הוספת יחסי תלות ב-Build.
משוב
המשוב שלכם עוזר לנו לשפר את Jetpack. נשמח לשמוע מכם אם תגלו בעיות חדשות או אם יש לכם רעיונות לשיפור הספרייה הזו. לפני שיוצרים ספרייה חדשה, כדאי לעיין בבעיות הקיימות בספרייה הזו. כדי להוסיף את ההצבעה שלכם לבעיה קיימת, לוחצים על לחצן הכוכב.
יצירת בעיה חדשה
מידע נוסף זמין במאמרי העזרה בנושא כלי המעקב אחר בעיות.
גירסה 1.0
גרסה 1.0.0-alpha02
13 באוגוסט 2025
הגרסאות 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)
- הוספנו ממשקי API שמאפשרים לצדדים מסתמכים (RP) לשלוח אותות של מצב האישורים לספקי האישורים, כדי שהם יוכלו לעדכן את מצב האישורים בצד שלהם. (Ia7a65)
- מבצעים רפקטורינג של
ExportCredentialsResponse
כך שהמדדים שמדווחים מקובצים לפי סוג האישורים (I3a088)
- נוספו ממשקי API חדשים לשירות הגדרת המכשיר (Icc9d5)
תיקוני באגים
- נוספו ממשקי API חדשים להחלפת פרטי כניסה (I77c1c)
גרסה 1.0.0-alpha01
7 במאי 2025
הגרסאות androidx.credentials.providerevents:providerevents:1.0.0-alpha01
וandroidx.credentials.providerevents:providerevents-play-services:1.0.0-alpha01
יוצאות לאור. גרסה 1.0.0-alpha01 מכילה את הקומטים האלה.
תכונות חדשות
- נוסף
CredentialProviderEventsService
חדש שספקי אישורים יתמכו בו כדי לקבל אירועים מממשקי Credential Manager API. אחת מהתכונות שספקי פרטי הכניסה יכולים לתמוך בהן עכשיו באמצעות השירות הזה היא חוויית יצירה מותנית של מפתח גישה. השירות הזה נועד להפיץ גם עדכונים אחרים של ספקי פרטי כניסה בעתיד.
שינויים ב-API
-
CredentialProviderEventsService
– שירות חדש שספקי פרטי כניסה יכולים להשתמש בו כדי לקבל אירועים מ-Credential Manager API.
דוגמאות התוכן והקוד שבדף הזה כפופות לרישיונות המפורטים בקטע רישיון לתוכן. Java ו-OpenJDK הם סימנים מסחריים או סימנים מסחריים רשומים של חברת 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."]]