با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
IntegrityTokenResponse
public abstract class IntegrityTokenResponse
extends Object
java.lang.object |
↳ | com.google.android.play.core.integrity.IntegrityTokenResponse |
پاسخ برای IntegrityManager.requestIntegrityToken(IntegrityTokenRequest)
.
خلاصه
روش های ارثی |
---|
از کلاس 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() |
|
سازندگان عمومی
IntegrityTokenResponse
public IntegrityTokenResponse ()
روش های عمومی
نمایش دیالوگ
public abstract Task<Integer> showDialog (Activity activity,
int typeCode)
این روش منسوخ شده است.
به جای آن از IntegrityManager.showDialog(IntegrityDialogRequest)
استفاده کنید.
دیالوگی را به کاربر نمایش می دهد.
این روش فقط یک بار در هر پاسخ Integrity API قابل فراخوانی است.
پارامترها |
---|
activity | Activity |
typeCode | int : تعیین می کند که کدام نوع گفتگوی Integrity باید نشان داده شود. مقادیر موجود را می توان در token() یافت. |
برمی گرداند |
---|
Task < Integer > | Task ای که با IntegrityDialogResponseCode تکمیل می شود، جریان showDialog با موفقیت یا شکست مواجه شد. |
نشانه
public abstract String token ()
نشانه ای که حاوی پاسخ برای پرسش های مربوط به یکپارچگی است.
محتوا و نمونه کدها در این صفحه مشمول پروانههای توصیفشده در پروانه محتوا هستند. جاوا و 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\nIntegrityTokenResponse\n\n\n`\npublic\n\n\nabstract\nclass\nIntegrityTokenResponse\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.IntegrityTokenResponse |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nResponse for [IntegrityManager.requestIntegrityToken(IntegrityTokenRequest)](../../../../../../../reference/com/google/android/play/core/integrity/IntegrityManager.html#requestIntegrityToken(com.google.android.play.core.integrity.IntegrityTokenRequest)).\n\nSummary\n\n| Public constructors ||\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ` `[IntegrityTokenResponse](../../../../../../../reference/com/google/android/play/core/integrity/IntegrityTokenResponse.html#IntegrityTokenResponse())`() ` |\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/IntegrityTokenResponse.html#showDialog(android.app.Activity,%20int))`(`[Activity](https://developer.android.com/reference/android/app/Activity.html)` activity, int typeCode) ` *This method is deprecated. Use [IntegrityManager.showDialog(IntegrityDialogRequest)](../../../../../../../reference/com/google/android/play/core/integrity/IntegrityManager.html#showDialog(com.google.android.play.core.integrity.IntegrityDialogRequest)) instead.* |\n| ` abstract `[String](https://developer.android.com/reference/java/lang/String.html) | ` `[token](../../../../../../../reference/com/google/android/play/core/integrity/IntegrityTokenResponse.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\nIntegrityTokenResponse \n\n```\npublic IntegrityTokenResponse ()\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 [IntegrityManager.showDialog(IntegrityDialogRequest)](../../../../../../../reference/com/google/android/play/core/integrity/IntegrityManager.html#showDialog(com.google.android.play.core.integrity.IntegrityDialogRequest))\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/IntegrityTokenResponse.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 |"]]