App identification (name and version)
Declares what features this app supports.
OptionalonCalled after App is created but before connection.
Use this to register request/notification handlers that need to be in place before the initialization handshake completes.
Options for configuring the
useApphook.Note: This interface does NOT expose
Appoptions likeautoResize. The hook creates theAppwith default options (autoResize: true). If you need customAppoptions, create theAppmanually instead of using this hook.See
useAppfor the hook that uses these optionsuseAutoResizefor manual auto-resize control with customAppoptions