Uses of Class
in.cs699.tensors.delagram.entity.MyMessage
-
Packages that use MyMessage Package Description in.cs699.tensors.delagram in.cs699.tensors.delagram.chatting_service.controller in.cs699.tensors.delagram.chatting_service.service -
-
Uses of MyMessage in in.cs699.tensors.delagram
Fields in in.cs699.tensors.delagram with type parameters of type MyMessage Modifier and Type Field Description static Vector<MyMessage>
DelagramApplication. messages
A public variable messages that is used for chat service -
Uses of MyMessage in in.cs699.tensors.delagram.chatting_service.controller
Methods in in.cs699.tensors.delagram.chatting_service.controller that return types with arguments of type MyMessage Modifier and Type Method Description Vector<MyMessage>
ChattingController. getAllMessages(String authorizationToken, Map<String,Object> map)
An API call which sends all the messages of a given user from the SQLite Database (Usually called at application startup)Vector<MyMessage>
ChattingController. getNewMessages(String authorizationToken, Map<String,Object> map)
An API call which sends any new messages received from any user from the firebase realtime database -
Uses of MyMessage in in.cs699.tensors.delagram.chatting_service.service
Methods in in.cs699.tensors.delagram.chatting_service.service that return types with arguments of type MyMessage Modifier and Type Method Description Vector<MyMessage>
ChattingService. getAllMessages(String user)
A function which returns all the messages sent or received for a particular user from SQLite database
-