Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Add new callbacks to AppDelegate #28230

Open
sharadb-amazon opened this issue Jul 24, 2023 · 0 comments
Open

[Feature] Add new callbacks to AppDelegate #28230

sharadb-amazon opened this issue Jul 24, 2023 · 0 comments

Comments

@sharadb-amazon
Copy link
Contributor

Feature description

AppDelegate should support callbacks for the following events:

  1. OnCommissioningSessionEstablishmentError - helps a client (commissionee) know if the PASE session establishment is failing and provide feedback to the user on the UX (say if the wrong passcode was provided)
  2. Every CASE session start, close and defunct - this can be used for analytics, error counters, and recording of peers, for instance
  3. Every sub start/fail with path iterator - this can be used for analytics, error counters, and recording of peers, for instance
  4. A forwarding of fabric add/remove to avoid registering a FabricTable::Delegate elsewhere (because AppDelegate is more centralized than the many inner delegates)

Platform

all

Platform Version(s)

No response

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant