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
In my application, I want to be able to tapToDismiss some Toast messages, and not enable this property on other messages. For example, one Toast message may include a link for the user to click on. On these messages, I want to disable the tapToDismiss. On other Toast messages, I want to be able to tapToDismiss.
Prior to version 5, there was a ToastConfiguration property on the Toast object. This allowed us to set the tapToDismiss property on an individual Toast method.
This property has been removed.
Is there a recommended pattern to achieve this behavior? I understand that there is a Config object that can be used, but this seems to be a global setting, and not on a Toast by Toast basis.
The text was updated successfully, but these errors were encountered:
In my application, I want to be able to tapToDismiss some Toast messages, and not enable this property on other messages. For example, one Toast message may include a link for the user to click on. On these messages, I want to disable the tapToDismiss. On other Toast messages, I want to be able to tapToDismiss.
Prior to version 5, there was a ToastConfiguration property on the Toast object. This allowed us to set the tapToDismiss property on an individual Toast method.
This property has been removed.
Is there a recommended pattern to achieve this behavior? I understand that there is a Config object that can be used, but this seems to be a global setting, and not on a Toast by Toast basis.
The text was updated successfully, but these errors were encountered: