Interface Device.Builder

    • Method Detail

      • attributes

        Device.Builder attributes​(Attributes attributes)

        The user specified attributes associated with the device for an event.

        Parameters:
        attributes - The user specified attributes associated with the device for an event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deviceId

        Device.Builder deviceId​(String deviceId)

        The unique identifier of the device.

        Parameters:
        deviceId - The unique identifier of the device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        Device.Builder type​(String type)

        The device type, such as "button".

        Parameters:
        type - The device type, such as "button".
        Returns:
        Returns a reference to this object so that method calls can be chained together.