Example #1
0
 void Sharing()
 {
     share = new Share();
     share.Show("Share", "Message", location);
 }
Example #2
0
 void Sharing()
 {
     share = new Share();
     share.Show("Title", string.IsNullOrEmpty(editText.Text) ? "Message" : editText.Text.ToString(), location);
 }