Interface EventContextDataType.Builder

    • Method Detail

      • ipAddress

        EventContextDataType.Builder ipAddress​(String ipAddress)

        The source IP address of your user's device.

        Parameters:
        ipAddress - The source IP address of your user's device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deviceName

        EventContextDataType.Builder deviceName​(String deviceName)

        The user's device name.

        Parameters:
        deviceName - The user's device name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timezone

        EventContextDataType.Builder timezone​(String timezone)

        The user's time zone.

        Parameters:
        timezone - The user's time zone.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • city

        EventContextDataType.Builder city​(String city)

        The user's city.

        Parameters:
        city - The user's city.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • country

        EventContextDataType.Builder country​(String country)

        The user's country.

        Parameters:
        country - The user's country.
        Returns:
        Returns a reference to this object so that method calls can be chained together.