Package

im.actor.api.rpc

stats

Permalink

package stats

Visibility
  1. Public
  2. All

Type Members

  1. final case class ApiAppVisibleChanged(visible: Boolean) extends ApiEvent with Product with Serializable

    Permalink
  2. final case class ApiContentViewChanged(contentType: String, contentId: String, visible: Boolean, params: Option[ApiRawValue]) extends ApiEvent with Product with Serializable

    Permalink
  3. sealed trait ApiEvent extends AnyRef

    Permalink
  4. final case class ApiEventRecord(date: Long, event: Refs.ApiEvent) extends Product with Serializable

    Permalink
  5. final case class ApiUntypedEvent(eventType: String, params: Option[ApiRawValue]) extends ApiEvent with Product with Serializable

    Permalink
  6. final case class RequestStoreEvents(events: IndexedSeq[Refs.ApiEvent]) extends StatsRpcRequest with ContainsHeader with Product with Serializable

    Permalink
  7. sealed trait StatsRpcRequest extends RpcRequest

    Permalink
  8. trait StatsService extends Service

    Permalink

Value Members

  1. object ApiAppVisibleChanged extends Serializable

    Permalink
  2. object ApiContentViewChanged extends Serializable

    Permalink
  3. object ApiEvent

    Permalink
  4. object ApiEventRecord extends Serializable

    Permalink
  5. object ApiUntypedEvent extends Serializable

    Permalink
  6. object RequestStoreEvents extends Serializable

    Permalink

Ungrouped