StandardIntegrityManager.StandardIntegrityDialogRequest

public abstract class StandardIntegrityManager.StandardIntegrityDialogRequest


คำขอสำหรับ StandardIntegrityManager#showDialog(StandardIntegrityDialogRequest)

ตั้งแต่ 1.5.0

สรุป

ประเภทที่ซ้อนกัน

ผู้รับสร้างบ้านสำหรับ StandardIntegrityDialogRequest

แคปซูลผลลัพธ์ของการตรวจสอบความสมบูรณ์มาตรฐานเพื่อให้ใช้สร้าง StandardIntegrityDialogRequest ได้

แสดงการตรวจสอบความสมบูรณ์ที่ไม่สำเร็จซึ่งมี StandardIntegrityException

แสดงถึงการตรวจสอบความสมบูรณ์ที่สำเร็จ ซึ่งมี StandardIntegrityToken

เครื่องมือสร้างสาธารณะ

เมธอดสาธารณะ

abstract Activity

กิจกรรมที่จะใช้เพื่อแสดงกล่องโต้ตอบ

static StandardIntegrityManager.StandardIntegrityDialogRequest.Builder

สร้าง StandardIntegrityDialogRequest.Builder

abstract StandardIntegrityManager.StandardIntegrityDialogRequest.StandardIntegrityResponse

ผลการตรวจสอบความสมบูรณ์สำหรับคำขอของกล่องโต้ตอบ

abstract int

ประเภทของกล่องโต้ตอบความสมบูรณ์ที่จะแสดง

เครื่องมือสร้างสาธารณะ

StandardIntegrityDialogRequest

public StandardIntegrityDialogRequest()

เมธอดสาธารณะ

กิจกรรม

public abstract Activity activity()

กิจกรรมที่จะใช้เพื่อแสดงกล่องโต้ตอบ

ดูรายละเอียด Builder#setActivity(Activity)

เครื่องมือสร้าง

public static StandardIntegrityManager.StandardIntegrityDialogRequest.Builder builder()

สร้าง StandardIntegrityDialogRequest.Builder

standardIntegrityResponse

public abstract StandardIntegrityManager.StandardIntegrityDialogRequest.StandardIntegrityResponse standardIntegrityResponse()

ผลการตรวจสอบความสมบูรณ์สำหรับคำขอของกล่องโต้ตอบ

ดูรายละเอียด Builder#setStandardIntegrityResponse(StandardIntegrityResponse)

typeCode

public abstract int typeCode()

ประเภทของกล่องโต้ตอบความสมบูรณ์ที่จะแสดง

ดูรายละเอียด Builder#setTypeCode(int)