diff --git a/src/automaticassessmentconfiguration.cs b/src/automaticassessmentconfiguration.cs index 097da2ee42b..87b77be2ea9 100644 --- a/src/automaticassessmentconfiguration.cs +++ b/src/automaticassessmentconfiguration.cs @@ -127,6 +127,12 @@ interface AEAssessmentConfiguration : NSCopying { [NoiOS, MacCatalyst (26, 1), Mac (26, 1)] [Export ("allowsScreenshots")] bool AllowsScreenshots { get; set; } + + /// Gets or sets a value that determines whether the emoji keyboard is allowed during an assessment session. + [NoMac, iOS (26, 4)] + [NoMacCatalyst] + [Export ("allowsEmojiKeyboard")] + bool AllowsEmojiKeyboard { get; set; } } [iOS (13, 4)] diff --git a/tests/xtro-sharpie/api-annotations-dotnet/iOS-AutomaticAssessmentConfiguration.todo b/tests/xtro-sharpie/api-annotations-dotnet/iOS-AutomaticAssessmentConfiguration.todo deleted file mode 100644 index b3fe5bcd5bb..00000000000 --- a/tests/xtro-sharpie/api-annotations-dotnet/iOS-AutomaticAssessmentConfiguration.todo +++ /dev/null @@ -1,2 +0,0 @@ -!missing-selector! AEAssessmentConfiguration::allowsEmojiKeyboard not bound -!missing-selector! AEAssessmentConfiguration::setAllowsEmojiKeyboard: not bound