Search in sources :

Example 1 with MmsSendJob

use of org.thoughtcrime.securesms.jobs.MmsSendJob in project Signal-Android by WhisperSystems.

the class MessageSender method sendMms.

private static void sendMms(Context context, long messageId) {
    JobManager jobManager = ApplicationContext.getInstance(context).getJobManager();
    jobManager.add(new MmsSendJob(context, messageId));
}
Also used : JobManager(org.whispersystems.jobqueue.JobManager) MmsSendJob(org.thoughtcrime.securesms.jobs.MmsSendJob)

Aggregations

MmsSendJob (org.thoughtcrime.securesms.jobs.MmsSendJob)1 JobManager (org.whispersystems.jobqueue.JobManager)1