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
@ServiceId annotation currently supports only String as a return type.
I would be useful to support other types that can be represented as String such as URI or anything that implements CharSequence.
@ServiceId
annotation currently supports onlyString
as a return type.I would be useful to support other types that can be represented as String such as
URI
or anything that implementsCharSequence
.Current behavior:
Expected possibility:
The text was updated successfully, but these errors were encountered: