ConsentForm

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.

Hàm công khai

Unit
show(
    activity: Activity!,
    onConsentFormDismissedListener: ConsentForm.OnConsentFormDismissedListener!
)

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

Hàm công khai

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

fun show(
    activity: Activity!,
    onConsentFormDismissedListener: ConsentForm.OnConsentFormDismissedListener!
): Unit

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 ý.

onConsentFormDismissedListener: ConsentForm.OnConsentFormDismissedListener!

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