Packages

package ua

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait DeviceType extends ThriftEnum with Serializable
    Annotations
    @Generated()
  2. trait NameAndVersion extends ThriftStruct with Product2[String, Option[String]] with HasThriftStructCodec3[NameAndVersion] with Serializable

    Prefer the companion object's ophan.thrift.ua.NameAndVersion.apply for construction if you don't need to specify passthrough fields.

  3. trait UserAgent extends ThriftStruct with Product6[String, Option[UserAgentType], Option[NameAndVersion], Option[NameAndVersion], Option[DeviceType], Option[Device]] with HasThriftStructCodec3[UserAgent] with Serializable

    Prefer the companion object's ophan.thrift.ua.UserAgent.apply for construction if you don't need to specify passthrough fields.

  4. sealed trait UserAgentType extends ThriftEnum with Serializable
    Annotations
    @Generated()

Value Members

  1. object DeviceType extends Product with Serializable
    Annotations
    @Generated()
  2. object NameAndVersion extends ThriftStructCodec3[NameAndVersion] with Serializable
  3. object UserAgent extends ThriftStructCodec3[UserAgent] with Serializable

    Details about the user agent (browser or native application) that made this request

  4. object UserAgentType extends Product with Serializable
    Annotations
    @Generated()

Ungrouped