Interface TrackingOptions.Builder

All Superinterfaces:
Buildable, CopyableBuilder<TrackingOptions.Builder,TrackingOptions>, SdkBuilder<TrackingOptions.Builder,TrackingOptions>, SdkPojo
Enclosing class:
TrackingOptions

@Mutable @NotThreadSafe public static interface TrackingOptions.Builder extends SdkPojo, CopyableBuilder<TrackingOptions.Builder,TrackingOptions>
  • Method Details

    • customRedirectDomain

      TrackingOptions.Builder customRedirectDomain(String customRedirectDomain)

      The domain to use for tracking open and click events.

      Parameters:
      customRedirectDomain - The domain to use for tracking open and click events.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • httpsPolicy

      TrackingOptions.Builder httpsPolicy(String httpsPolicy)

      The https policy to use for tracking open and click events.

      Parameters:
      httpsPolicy - The https policy to use for tracking open and click events.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • httpsPolicy

      TrackingOptions.Builder httpsPolicy(HttpsPolicy httpsPolicy)

      The https policy to use for tracking open and click events.

      Parameters:
      httpsPolicy - The https policy to use for tracking open and click events.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: