StandardIntegrityManager.StandardIntegrityDialogRequest

public abstract class StandardIntegrityManager.StandardIntegrityDialogRequest


Yêu cầu đối với StandardIntegrityManager#showDialog(StandardIntegrityDialogRequest).

Kể từ phiên bản 1.5.0

Tóm tắt

Các loại lồng nhau

Trình tạo cho StandardIntegrityDialogRequest.

Đóng gói kết quả của một quy trình kiểm tra tính toàn vẹn tiêu chuẩn để có thể dùng kết quả đó để tạo một StandardIntegrityDialogRequest.

Biểu thị một quy trình kiểm tra tính toàn vẹn không thành công, chứa StandardIntegrityException.

Biểu thị một quy trình kiểm tra tính toàn vẹn thành công, chứa StandardIntegrityToken.

Hàm khởi tạo công khai

Phương thức công khai

abstract Activity

Hoạt động sẽ được dùng để hiện hộp thoại.

static StandardIntegrityManager.StandardIntegrityDialogRequest.Builder

Tạo StandardIntegrityDialogRequest.Builder.

abstract StandardIntegrityManager.StandardIntegrityDialogRequest.StandardIntegrityResponse

Kết quả kiểm tra tính toàn vẹn cho yêu cầu hộp thoại.

abstract int

Loại hộp thoại về tính toàn vẹn sẽ xuất hiện.

Hàm khởi tạo công khai

StandardIntegrityDialogRequest

public StandardIntegrityDialogRequest()

Phương thức công khai

hoạt động

public abstract Activity activity()

Hoạt động sẽ được dùng để hiện hộp thoại.

Xem chi tiết Builder#setActivity(Activity).

standardIntegrityResponse

public abstract StandardIntegrityManager.StandardIntegrityDialogRequest.StandardIntegrityResponse standardIntegrityResponse()

Kết quả kiểm tra tính toàn vẹn cho yêu cầu hộp thoại.

Xem chi tiết Builder#setStandardIntegrityResponse(StandardIntegrityResponse).

typeCode

public abstract int typeCode()

Loại hộp thoại về tính toàn vẹn sẽ xuất hiện.

Xem chi tiết Builder#setTypeCode(int).