Skip to content

Instantly share code, notes, and snippets.

@icebeam7
Created October 15, 2018 13:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save icebeam7/3d5421c748a085190b93e5054e338651 to your computer and use it in GitHub Desktop.
Save icebeam7/3d5421c748a085190b93e5054e338651 to your computer and use it in GitHub Desktop.
XamarinWhatsApp: Constantes.cs
namespace XamarinWhatsApp.Helpers
{
public static class Constantes
{
public const string TwilioAccountSID = "TU-ACCOUNT-SID";
public const string TwilioAuthToken = "TU-AUTH-TOKEN";
public const string NumeroTwilioWhatsApp = "+EL-NUMERO-VIRTUAL-DE-TWILIO";
public const string NumeroUsuarioWhatsApp = "+TU-NUMERO-DE-TELEFONO(WHATSAPP)";
// Recuerda que los dos números de teléfono deben comenzar con un +
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment