Exemplo n.º 1
0
 public bool IsSdkReady()
 {
     try
     {
         return(_statusManager.IsReady());
     }
     catch (Exception ex)
     {
         _log.Error("Somenthing went wrong in checking if the sdk is ready.", ex);
         return(false);
     }
 }