-
The docstring for MediaCaptureFailedEventArgs says it contains error info, but checking the code itself... namespace CommunityToolkit.Maui.Views;
/// <summary>
/// Event args containing all contextual information related to a media capture failure event.
/// </summary>
public class MediaCaptureFailedEventArgs : EventArgs
{
} ... it's looking pretty bare bones. Are there any plans to flesh this out? |
Beta Was this translation helpful? Give feedback.
Answered by
tschbc
Sep 16, 2024
Replies: 2 comments
-
Good spot! Yes this really should have some details inside it |
Beta Was this translation helpful? Give feedback.
0 replies
-
Just saw #2085, thank you @bijington! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tschbc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just saw #2085, thank you @bijington!