StandardIntegrityManager.StandardIntegrityDialogRequest
public
static
abstract
class
StandardIntegrityManager.StandardIntegrityDialogRequest
extends Object
java.lang.Object | |
↳ | com.google.android.play.core.integrity.StandardIntegrityManager.StandardIntegrityDialogRequest |
בקשה לקבלת StandardIntegrityManager.showDialog(StandardIntegrityDialogRequest)
.
סיכום
כיתות מקוננות | |
---|---|
class |
StandardIntegrityManager.StandardIntegrityDialogRequest.Builder
בנאי ל- |
class |
StandardIntegrityManager.StandardIntegrityDialogRequest.StandardIntegrityResponse
המחלקות האלה מכילות את התוצאה של בדיקת תקינות, כדי שאפשר יהיה להשתמש בהן לבניית |
שיטות ציבוריות | |
---|---|
static
StandardIntegrityManager.StandardIntegrityDialogRequest.Builder
|
builder()
|
abstract
int
|
typeCode()
סוג תיבת הדו-שיח של היושרה שתוצג. |
abstract
Activity
|
activity()
הפעילות שתשמש להצגת תיבת הדו-שיח. |
abstract
StandardIntegrityDialogRequest.StandardIntegrityResponse
|
standardIntegrityResponse()
תוצאת בדיקת התקינות של בקשת תיבת הדו-שיח. |
שיטות שעברו בירושה | |
---|---|
שיטות ציבוריות
builder
public static StandardIntegrityManager.StandardIntegrityDialogRequest.Builder builder ()
יצירת StandardIntegrityDialogRequest.Builder
.
החזרות | |
---|---|
StandardIntegrityManager.StandardIntegrityDialogRequest.Builder |
typeCode
public abstract int typeCode ()
סוג תיבת הדו-שיח של היושרה שתוצג.
החזרות | |
---|---|
int |
standardIntegrityResponse
public abstract StandardIntegrityDialogRequest.StandardIntegrityResponse standardIntegrityResponse ()
תוצאת בדיקת התקינות של בקשת תיבת הדו-שיח.
החזרות | |
---|---|
StandardIntegrityDialogRequest.StandardIntegrityResponse |