StandardIntegrityManager.StandardIntegrityDialogRequest.Builder

public static abstract class StandardIntegrityManager.StandardIntegrityDialogRequest.Builder
extends Object

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


Trình tạo cho StandardIntegrityManager.StandardIntegrityDialogRequest.

Tóm tắt

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

Builder()

Phương thức công khai

abstract StandardIntegrityManager.StandardIntegrityDialogRequest build()

Xây dựng một StandardIntegrityManager.StandardIntegrityDialogRequest.

abstract StandardIntegrityManager.StandardIntegrityDialogRequest.Builder setTypeCode(int typeCode)

Đặt loại hộp thoại.

abstract StandardIntegrityManager.StandardIntegrityDialogRequest.Builder setActivity(Activity activity)

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

abstract StandardIntegrityManager.StandardIntegrityDialogRequest.Builder setStandardIntegrityResponse(StandardIntegrityManager.StandardIntegrityResponse standardIntegrityResponse)

Đặt 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

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

Trình tạo

public Builder ()

Phương thức công khai

setTypeCode

public abstract StandardIntegrityManager.StandardIntegrityDialogRequest.Builder setTypeCode (int typeCode)

Đặt loại hộp thoại.

Tham số
typeCode int

Giá trị trả về
StandardIntegrityManager.StandardIntegrityDialogRequest.Builder

setActivity

public abstract StandardIntegrityManager.StandardIntegrityDialogRequest.Builder setActivity (Activity activity)

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

Tham số
activity Activity

Giá trị trả về
StandardIntegrityManager.StandardIntegrityDialogRequest.Builder

setStandardIntegrityResponse

public abstract StandardIntegrityManager.StandardIntegrityDialogRequest.Builder setStandardIntegrityResponse (StandardIntegrityManager.StandardIntegrityResponse standardIntegrityResponse)

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

Tham số
standardIntegrityResponse StandardIntegrityManager.StandardIntegrityResponse

Trả về
StandardIntegrityManager.StandardIntegrityDialogRequest.Builder