Пример #1
0
 private bool CheckTokenAndWarnIfNeeded()
 {
     if (!IFTTTWebHookClient.IsValid(ApplicationSettingsManager.Settings.IFTTTAPIKey))
     {
         //Warn that the token is empty and not configured.
         return(false);
     }
     return(true);
 }