Subversion Repositories SmartDukaan

Rev

Rev 32854 | Rev 33715 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 32854 Rev 33415
Line 24... Line 24...
24
 
24
 
25
	void sendWhatsappMediaMessage(String message, String mobile, String mediaUrl, String fileName, WhatsappMessageType whatsappMessageType)
25
	void sendWhatsappMediaMessage(String message, String mobile, String mediaUrl, String fileName, WhatsappMessageType whatsappMessageType)
26
			throws HttpHostConnectException, ProfitMandiBusinessException, Exception;
26
			throws HttpHostConnectException, ProfitMandiBusinessException, Exception;
27
 
27
 
28
	void optIn(String phoneNumber) throws Exception;
28
	void optIn(String phoneNumber) throws Exception;
29
	 boolean isWhatMessageSend(String mobile);
29
	 boolean shouldSendWhatsappMessage(String mobile);
30
 
30
 
31
}
31
}