StandardIntegrityManager.StandardIntegrityDialogRequest

public static abstract class StandardIntegrityManager.StandardIntegrityDialogRequest
extends Object

java.lang.Object
   ↳ com.google.android.play.core.integrity.StandardIntegrityManager.StandardIntegrityDialogRequest


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

Tóm tắt

Các lớp được lồng

class StandardIntegrityManager.StandardIntegrityDialogRequest.Builder

Trình tạo cho StandardIntegrityDialogRequest

class StandardIntegrityManager.StandardIntegrityDialogRequest.StandardIntegrityResponse

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

Phương thức công khai

static StandardIntegrityManager.StandardIntegrityDialogRequest.Builder builder()

Tạo StandardIntegrityDialogRequest.Builder

abstract int typeCode()

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

abstract Activity activity()

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

abstract StandardIntegrityDialogRequest.StandardIntegrityResponse standardIntegrityResponse()

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

Các phương thức kế thừa

Phương thức công khai

typeCode

public abstract int typeCode ()

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

Giá trị trả về
int

hoạt động

public abstract Activity activity ()

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

Giá trị trả về
Activity

standardIntegrityResponse

public abstract StandardIntegrityDialogRequest.StandardIntegrityResponse standardIntegrityResponse ()

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

Giá trị trả về
StandardIntegrityDialogRequest.StandardIntegrityResponse