Created
October 15, 2018 13:04
-
-
Save icebeam7/3d5421c748a085190b93e5054e338651 to your computer and use it in GitHub Desktop.
XamarinWhatsApp: Constantes.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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