Dedicated connectivity troubleshoot notification
Summary: There's a generic notification server event. This change introduces a new notification server event dedicated for connection troubleshoot. The difference is, this notification will have a button to troubleshoot the issue. Additionally, in the future, we may even be able to add a payload so that we can troubleshoot the exact problem. Reviewed By: antonk52 Differential Revision: D47873697 fbshipit-source-id: 28843a08836d0054909f6b9ab7a88b14b8a1b868
This commit is contained in:
committed by
Facebook GitHub Bot
parent
3bef18ff81
commit
1f53c167ab
@@ -161,6 +161,11 @@ export type FlipperServerEvents = {
|
||||
};
|
||||
'connectivity-troubleshoot-cmd': CommandRecordEntry;
|
||||
'connectivity-troubleshoot-log': ConnectionRecordEntry;
|
||||
'connectivity-troubleshoot-notification': {
|
||||
type: 'error' | 'warning';
|
||||
title: string;
|
||||
description: string;
|
||||
};
|
||||
'plugins-server-add-on-message': ExecuteMessage;
|
||||
'download-file-update': DownloadFileUpdate;
|
||||
'server-log': LoggerInfo;
|
||||
|
||||
Reference in New Issue
Block a user