Interface TrackingOptions.Builder

    • Method Detail

      • 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, HttpsPolicy
      • 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:
        HttpsPolicy, HttpsPolicy