Skip to main content
Version: SDK 5.0.x

Interface PreliminaryRetargetingParameters.ValidateResult

public static interface PreliminaryRetargetingParameters.ValidateResult

Enclosing interface

PreliminaryRetargetingParameters

Methods

getAttribution

@NonNull
Attribution getAttribution()

Returns the attribution we retrieved from the backend while validating the preliminary retargeting parameters.

Returns

The attribution response.

isValid

boolean isValid()

True exactly when validParameters() returns a non-null value.

Returns

Whether validParameters() returns non-null.

validParameters

@Nullable
RetargetingParameters validParameters()

If non-null, the parameters as returned by the backend.

If null, the backend did not consider this a retargeting attribution.

Returns

The retargeting parameters returned by the backend, if any.