How to verify toasts in android?

Hi,

I would like to know if there a solution to verify toasts in android?

Note : Junit, native app, there is no locator for them.

See attachment :

Thank you.

Uiautomator does not currently support retrieving and identifying toasts. It can be done in Espresso, but it’s a bit of a pain to do so.