تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
StandardIntegrityManager.StandardIntegrityToken
public
static
abstract
class
StandardIntegrityManager.StandardIntegrityToken
extends Object
java.lang.Object
|
↳ |
com.google.android.play.core.integrity.StandardIntegrityManager.StandardIntegrityToken
|
ردّ StandardIntegrityManager.StandardIntegrityTokenProvider.request(StandardIntegrityTokenRequest)
ملخّص
الطُرق المكتسَبة |
من الصف
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
الدوال الإنشائية العامة
StandardIntegrityToken
public StandardIntegrityToken ()
الطُرق العامة
showDialog
public abstract Task<Integer> showDialog (Activity activity,
int typeCode)
تم إيقاف هذه الطريقة نهائيًا.
استخدِم
StandardIntegrityManager.showDialog(StandardIntegrityDialogRequest)
بدلاً من ذلك.
تعرض هذه السمة مربّع حوار للمستخدم.
لا يمكن طلب هذه الطريقة إلا مرة واحدة لكل ردّ من Integrity API.
المعلمات |
activity |
Activity |
typeCode |
int : تحدّد نوع مربّع حوار "التحقّق من السلامة" الذي يجب عرضه. يمكن العثور على القيم المتاحة في token() . |
المرتجعات |
Task<Integer> |
Task يكتمل برمز IntegrityDialogResponseCode يشير إلى ما إذا كانت عملية عرض مربّع الحوار قد نجحت أم لا.
|
رمز مميز
public abstract String token ()
رمز مميّز يحتوي على الردّ على الاستفسارات المتعلّقة بالسلامة.
يخضع كل من المحتوى وعيّنات التعليمات البرمجية في هذه الصفحة للتراخيص الموضحّة في ترخيص استخدام المحتوى. إنّ Java وOpenJDK هما علامتان تجاريتان مسجَّلتان لشركة Oracle و/أو الشركات التابعة لها.
تاريخ التعديل الأخير: 2025-08-29 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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-29 (حسب التوقيت العالمي المتفَّق عليه)"],[],[],null,["Summary: [Ctors](#pubctors) \\| [Methods](#pubmethods) \\| [Inherited Methods](#inhmethods) \n\nStandardIntegrityManager.StandardIntegrityToken\n\n\n`\npublic\nstatic\n\nabstract\nclass\nStandardIntegrityManager.StandardIntegrityToken\n`\n\n\n`\n\nextends `[Object](https://developer.android.com/reference/java/lang/Object.html)`\n\n\n`\n\n`\n\n\n`\n\n|---|----------------------------------------------------------------------------------------|\n| [java.lang.Object](https://developer.android.com/reference/java/lang/Object.html) ||\n| ↳ | com.google.android.play.core.integrity.StandardIntegrityManager.StandardIntegrityToken |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nResponse of [StandardIntegrityManager.StandardIntegrityTokenProvider.request(StandardIntegrityTokenRequest)](../../../../../../../reference/com/google/android/play/core/integrity/StandardIntegrityManager.StandardIntegrityTokenProvider.html#request(com.google.android.play.core.integrity.StandardIntegrityManager.StandardIntegrityTokenRequest)).\n\nSummary\n\n| Public constructors ||\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ` `[StandardIntegrityToken](../../../../../../../reference/com/google/android/play/core/integrity/StandardIntegrityManager.StandardIntegrityToken.html#StandardIntegrityToken())`() ` |\n\n| Public methods ||\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` abstract `[Task](https://developer.google.com/android/reference/com/google/android/gms/tasks/Task.html)`\u003c`[Integer](https://developer.android.com/reference/java/lang/Integer.html)`\u003e` | ` `[showDialog](../../../../../../../reference/com/google/android/play/core/integrity/StandardIntegrityManager.StandardIntegrityToken.html#showDialog(android.app.Activity,%20int))`(`[Activity](https://developer.android.com/reference/android/app/Activity.html)` activity, int typeCode) ` *This method is deprecated. Use [StandardIntegrityManager.showDialog(StandardIntegrityDialogRequest)](../../../../../../../reference/com/google/android/play/core/integrity/StandardIntegrityManager.html#showDialog(com.google.android.play.core.integrity.StandardIntegrityManager.StandardIntegrityDialogRequest)) instead.* |\n| ` abstract `[String](https://developer.android.com/reference/java/lang/String.html) | ` `[token](../../../../../../../reference/com/google/android/play/core/integrity/StandardIntegrityManager.StandardIntegrityToken.html#token())`() ` A token which contains the response for the integrity related enquiries. |\n\n| Inherited methods |\n|-------------------|---|\n| From class ` `[java.lang.Object](https://developer.android.com/reference/java/lang/Object.html)` ` |-------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------| | ` boolean` | ` equals(`[Object](https://developer.android.com/reference/java/lang/Object.html)` arg0) ` | | ` final `[Class](https://developer.android.com/reference/java/lang/Class.html)`\u003c?\u003e` | ` getClass() ` | | ` int` | ` hashCode() ` | | ` final void` | ` notify() ` | | ` final void` | ` notifyAll() ` | | ` `[String](https://developer.android.com/reference/java/lang/String.html) | ` toString() ` | | ` final void` | ` wait(long arg0, int arg1) ` | | ` final void` | ` wait(long arg0) ` | | ` final void` | ` wait() ` | ||\n\nPublic constructors \n\nStandardIntegrityToken \n\n```\npublic StandardIntegrityToken ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nPublic methods \n\nshowDialog \n\n```\npublic abstract Task\u003cInteger\u003e showDialog (Activity activity, \n int typeCode)\n```\n\n**This method is deprecated.** \n\nUse [StandardIntegrityManager.showDialog(StandardIntegrityDialogRequest)](../../../../../../../reference/com/google/android/play/core/integrity/StandardIntegrityManager.html#showDialog(com.google.android.play.core.integrity.StandardIntegrityManager.StandardIntegrityDialogRequest))\ninstead.\n\nDisplays a dialog to the user.\n\nThis method can only be called once per Integrity API response.\n\n\u003cbr /\u003e\n\n| Parameters ||\n|------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `activity` | `Activity` \u003cbr /\u003e |\n| `typeCode` | `int`: determines which Integrity Dialog type should be shown. The available values can be found in the [token()](../../../../../../../reference/com/google/android/play/core/integrity/StandardIntegrityManager.StandardIntegrityToken.html#token()). \u003cbr /\u003e |\n\n| Returns ||\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Task](https://developer.google.com/android/reference/com/google/android/gms/tasks/Task.html)`\u003c`[Integer](https://developer.android.com/reference/java/lang/Integer.html)`\u003e` | A [Task](https://developer.google.com/android/reference/com/google/android/gms/tasks/Task.html) that completes with a IntegrityDialogResponseCode the showDialog flow succeeded or failed. \u003cbr /\u003e |\n\ntoken \n\n```\npublic abstract String token ()\n```\n\nA token which contains the response for the integrity related enquiries.\n\n\u003cbr /\u003e\n\n| Returns ||\n|-------------------------------------------------------------------------|--------|\n| [String](https://developer.android.com/reference/java/lang/String.html) | \u003cbr /\u003e |"]]