get Number Of Sent Message
open fun getNumberOfSentMessage(@NonNull context: Context, date: Long): Int
Content copied to clipboard
Call this method to retrieve the number of messages sent after a given date from local Database.
These messages are not accounted by this method :
- a VoIP message
- an emergency message (ManDown or Emergency alert)
- an update conversation name message
Return
Number of messages sent after the given date
Parameters
context
The application context
date
The given date