Phoenix.Push.HasReceived C# (CSharp) Method

HasReceived() private method

private HasReceived ( string status ) : bool
status string
return bool
    private bool HasReceived(string status)
    {
      return (_receivedResp != null) && (string)_receivedResp["status"] == status;
    }