|
AdaptySDK 4.1.1
|
The one policy for calling back into the app, and the only implementation of it. More...
Static Package Functions | |
| static void | InvokeSafe (Action invocation, string failureContext) |
The one policy for calling back into the app, and the only implementation of it.
Safe does not mean swallowed. The app's own exception is rethrown with the context of the call that raised it and the original as Exception.InnerException, which is what a caller sees on a request and what Adapty.OnMessage logs on an event - that boundary is a reverse P/Invoke with no handler behind it, and it keeps its own guard. Requests reach this through AdaptyRequest, which supplies the wording; events name themselves at the call site, since the listener method is not the enclosing one.
|
staticpackage |