Methods like .urgency() are currently available for some platforms, which forces users to write cumbersome conditionally compiled code when calling them. It would be very convenient if method was available on all platforms, but did nothing where it is not supported.
Methods like
.urgency()
are currently available for some platforms, which forces users to write cumbersome conditionally compiled code when calling them. It would be very convenient if method was available on all platforms, but did nothing where it is not supported.