Class

im.actor.server.dialog

DialogExtensionImpl

Related Doc: package dialog

Permalink

final class DialogExtensionImpl extends DialogExtension with PeersImplicits

Linear Supertypes
PeersImplicits, DialogExtension, Extension, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DialogExtensionImpl
  2. PeersImplicits
  3. DialogExtension
  4. Extension
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DialogExtensionImpl(system: ActorSystem)

    Permalink

Type Members

  1. implicit class ExtGroupOutPeer extends AnyRef

    Permalink
    Definition Classes
    PeersImplicits
  2. implicit class ExtOutPeer extends AnyRef

    Permalink
    Definition Classes
    PeersImplicits
  3. implicit class ExtPeer extends AnyRef

    Permalink
    Definition Classes
    PeersImplicits
  4. implicit class ExtPeerCompanion extends AnyRef

    Permalink
    Definition Classes
    PeersImplicits
  5. implicit class ExtPeerModel extends AnyRef

    Permalink
    Definition Classes
    PeersImplicits

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val InternalDialogExtensions: String

    Permalink
  5. def ackMessageRead(peer: Peer, mr: MessageRead): Future[Unit]

    Permalink
  6. def ackMessageReceived(peer: Peer, mr: MessageReceived): Future[Unit]

    Permalink
  7. def ackRemoveReaction(peer: Peer, rr: RemoveReaction): Future[Unit]

    Permalink
  8. def ackSendMessage(peer: Peer, sm: SendMessage): Future[Unit]

    Permalink
  9. def ackSetReaction(peer: Peer, sr: SetReaction): Future[Unit]

    Permalink
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def delete(userId: Int, peer: Peer): Future[SeqState]

    Permalink
  13. def dialogWithSelf(userId: Int, dialog: Dialog): Boolean

    Permalink
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def favourite(userId: Int, peer: Peer): Future[SeqState]

    Permalink
  17. def fetchReactions(peer: Peer, clientUserId: Int, randomIds: Set[Long]): DBIO[Map[Long, Seq[MessageReaction]]]

    Permalink
  18. def fetchReactions(peer: Peer, clientUserId: Int, randomId: Long): DBIO[Seq[MessageReaction]]

    Permalink
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def getDeliveryExtension(extensions: Seq[ApiExtension]): DeliveryExtension

    Permalink
  22. def getGroupedDialogs(userId: Int): Future[Vector[ApiDialogGroup]]

    Permalink
  23. def getUnreadCount(clientUserId: Int, historyOwner: Int, peer: Peer, ownerLastReadAt: DateTime): DBIO[Int]

    Permalink
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  25. def hide(userId: Int, peer: Peer): Future[SeqState]

    Permalink
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. def isSharedUser(userId: Int): Boolean

    Permalink
  28. def messageRead(peer: ApiPeer, readerUserId: Int, readerAuthSid: Int, date: Long): Future[Unit]

    Permalink
  29. def messageReceived(peer: ApiPeer, receiverUserId: Int, date: Long): Future[Unit]

    Permalink
  30. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. def removeReaction(userId: Int, authSid: Int, peer: Peer, randomId: Long, code: String): Future[RemoveReactionAck]

    Permalink
  34. def sendMessage(peer: ApiPeer, senderUserId: Int, senderAuthSid: Int, randomId: Long, message: ApiMessage, isFat: Boolean = false): Future[SeqStateDate]

    Permalink
  35. def setReaction(userId: Int, authSid: Int, peer: Peer, randomId: Long, code: String): Future[SetReactionAck]

    Permalink
  36. def show(userId: Int, peer: Peer): Future[SeqState]

    Permalink
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. def unfavourite(userId: Int, peer: Peer): Future[SeqState]

    Permalink
  40. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. def writeMessage(peer: ApiPeer, senderUserId: Int, date: DateTime, randomId: Long, message: ApiMessage): Future[Unit]

    Permalink
  44. def writeMessageSelf(userId: Int, peer: ApiPeer, senderUserId: Int, date: DateTime, randomId: Long, message: ApiMessage): Future[Unit]

    Permalink

Inherited from PeersImplicits

Inherited from DialogExtension

Inherited from Extension

Inherited from AnyRef

Inherited from Any

Ungrouped