You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a public no-result permission outcome across the SDKs, default TypeScript extension joinSession() to it, and make v2 permission adapters fail loudly if asked to return no-result.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
/// <summary>Gets the underlying string value of this <see cref="PermissionRequestResultKind"/>.</summary>
287
290
publicstringValue=>_value??string.Empty;
288
291
@@ -350,6 +353,7 @@ public class PermissionRequestResult
350
353
/// <item><description><c>"denied-by-rules"</c> — denied by configured permission rules.</description></item>
351
354
/// <item><description><c>"denied-interactively-by-user"</c> — the user explicitly denied the request.</description></item>
352
355
/// <item><description><c>"denied-no-approval-rule-and-could-not-request-from-user"</c> — no rule matched and user approval was unavailable.</description></item>
356
+
/// <item><description><c>"no-result"</c> — leave the pending permission request unanswered.</description></item>
0 commit comments