Exemplo n.º 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;}
Exemplo n.º 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) { }
Exemplo n.º 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);
 }
Exemplo n.º 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)
 {
 }