Example #1
0
 /// <summary>
 /// Sends an MMS to a recipient
 /// MMS allows for the delivery of different file types please see the developer documentation for an updated list.
 /// </summary>
 /// <param name="options"></param>
 public JsObject sendMms(SendMmsOptions options) { return null;}
Example #2
0
 /// <summary>
 /// Sends an MMS to a recipient
 /// MMS allows for the delivery of different file types please see the developer documentation for an updated list.
 /// </summary>
 /// <param name="options"></param>
 public void sendMms(SendMmsOptions options) { }
Example #3
0
 /// <summary>
 /// Sends an MMS to a recipient
 /// MMS allows for the delivery of different file types please see the developer documentation for an updated list.
 /// </summary>
 /// <param name="options"></param>
 public JsObject sendMms(SendMmsOptions options)
 {
     return(null);
 }
Example #4
0
 /// <summary>
 /// Sends an MMS to a recipient
 /// MMS allows for the delivery of different file types please see the developer documentation for an updated list.
 /// </summary>
 /// <param name="options"></param>
 public void sendMms(SendMmsOptions options)
 {
 }