I want to add handler to dialog I have opened using Office Dialog API. It works on desktop and in iOS Outlook app. However, it doesn't work in Android Outlook app.
When I try to call Office.context.ui.addHandlerAsync
on Android Outlook, the function is not defined. I have also tried calling Office.context.requirements.isSetSupported("DialogAPI", "1.2")
and it turns out that the set is not supported (returns false
).
How can I enable DialogAPI 1.2 on Android Outlook? I couldn't find any information about Android Outlook version necessary for this set.
The app version of Android Outlook app is 4.2240.4 (42240831)
.