ConsentForm

public interface ConsentForm


Biểu mẫu hiển thị để thu thập sự đồng ý của người dùng.

Tóm tắt

Loại lồng nhau

Định nghĩa giao diện cho lệnh gọi lại sẽ được gọi khi một biểu mẫu đồng ý bị đóng.

Phương thức công khai

abstract void
show(
    Activity activity,
    ConsentForm.OnConsentFormDismissedListener onConsentFormDismissedListener
)

Hiển thị biểu mẫu lấy sự đồng ý.

Phương thức công khai

hiện (lên)/cho thấy

abstract void show(
    Activity activity,
    ConsentForm.OnConsentFormDismissedListener onConsentFormDismissedListener
)

Hiển thị biểu mẫu lấy sự đồng ý.

Tham số
Activity activity

Hoạt động hiển thị biểu mẫu lấy sự đồng ý.

ConsentForm.OnConsentFormDismissedListener onConsentFormDismissedListener

Trình nghe được gọi khi đóng biểu mẫu đồng ý.