Add comments for remaining events
Summary: Ugh, VS Code blocked on the formatter and didn't include these in my previous commit. Reviewed By: mweststrate Differential Revision: D32179985 fbshipit-source-id: e8cf178996bc3b468c88023a5c48e69271758e07
This commit is contained in:
committed by
Facebook GitHub Bot
parent
513c475e3d
commit
3bc8cbc5c5
@@ -17,8 +17,8 @@ export type OpenPluginParams = {
|
||||
};
|
||||
|
||||
export type DeeplinkInteractionState =
|
||||
| 'INIT'
|
||||
| 'ERROR'
|
||||
| 'INIT' // Sent every time a user enters a deeplink flow
|
||||
| 'ERROR' // Something went wrong (parsing, etc.) comes with more metadata attached
|
||||
| 'PLUGIN_LIGHTHOUSE_BAIL' // User did not connect to VPN/Lighthouse when asked
|
||||
| 'PLUGIN_STATUS_BAIL' // User did not install the plugin (has `extra` attribute with more information)
|
||||
| 'PLUGIN_DEVICE_BAIL' // User did not launch a new device
|
||||
|
||||
Reference in New Issue
Block a user