PersistAdSelectionResultRequest

public final class PersistAdSelectionResultRequest
extends Object

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


판매자, 광고 선택 ID 및 데이터를 포함하는 요청을 나타냅니다.

이 클래스의 인스턴스는 SDK에서 만들어지고 AdSelectionManagerAdSelectionManager.persistAdSelectionResult(PersistAdSelectionResultRequest, Executor, OutcomeReceiver) 메서드에 인수로 제공됩니다.

요약

중첩된 클래스

class PersistAdSelectionResultRequest.Builder

PersistAdSelectionResultRequest 객체의 빌더입니다. 

공개 메서드

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

상속된 메서드

공개 메서드

getAdSelectionId

public long getAdSelectionId ()

반환 값
long 광고 선택 ID입니다.

getAdSelectionResult

public byte[] getAdSelectionResult ()

반환 값
byte[] 광고 선택 결과를 생성합니다. 이 값은 null일 수 있습니다.

getSeller

public AdTechIdentifier getSeller ()

반환 값
AdTechIdentifier 판매자입니다. 이 값은 null일 수 있습니다.