Subversion Repositories SmartDukaan

Rev

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

Rev 32253 Rev 32405
Line 23... Line 23...
23
 
23
 
24
	void sendWhatsappMediaMessage(String message, String mobile, String mediaUrl, String fileName)
24
	void sendWhatsappMediaMessage(String message, String mobile, String mediaUrl, String fileName)
25
			throws HttpHostConnectException, ProfitMandiBusinessException, Exception;
25
			throws HttpHostConnectException, ProfitMandiBusinessException, Exception;
26
 
26
 
27
	void optIn(String phoneNumber) throws Exception;
27
	void optIn(String phoneNumber) throws Exception;
-
 
28
	 boolean isWhatMessageSend(String mobile);
-
 
29
 
28
}
30
}