PersistAdSelectionResultRequest

public final class PersistAdSelectionResultRequest
extends Object

java.lang.Object
   ↳ android.adservices.adselection.PersistAdSelectionResultRequest


Biểu thị một yêu cầu chứa thông tin về người bán, dữ liệu và mã lựa chọn quảng cáo.

Các thực thể của lớp này do SDK tạo để cung cấp làm đối số cho phương thức AdSelectionManager.persistAdSelectionResult(PersistAdSelectionResultRequest, Executor, OutcomeReceiver) trong AdSelectionManager.

Tóm tắt

Lớp lồng ghép

class PersistAdSelectionResultRequest.Builder

Trình tạo cho các đối tượng PersistAdSelectionResultRequest

Phương thức công khai

long getAdSelectionId()
byte[] getAdSelectionResult()
AdTechIdentifier getSeller()

Phương thức kế thừa

Phương thức công khai

getAdSelectionId

public long getAdSelectionId ()

Giá trị trả về
long mã lựa chọn quảng cáo.

getAdSelectionResult

public byte[] getAdSelectionResult ()

Giá trị trả về
byte[] kết quả lựa chọn quảng cáo. Giá trị này có thể là null.

Người bán

public AdTechIdentifier getSeller ()

Giá trị trả về
AdTechIdentifier một người bán. Giá trị này có thể là null.