I noticed that we didn't offer the claimProfile(...) config directly via ProfileViewConfiguration. In pocket-casts I use ProfileViewConfiguration so the code is unaware of the underlying view type. It would be good to offer this via ProfileViewConfiguration as well.
I am not sure if this is the best but I created a new Templates enum to separate these type of "prefilled" configurations from other static functions that create an empty profile.
Closes # Continuation of the empty profile work.
Description
I noticed that we didn't offer the
claimProfile(...)
config directly viaProfileViewConfiguration
. In pocket-casts I useProfileViewConfiguration
so the code is unaware of the underlying view type. It would be good to offer this viaProfileViewConfiguration
as well.I am not sure if this is the best but I created a new
Templates
enum to separate these type of "prefilled" configurations from other static functions that create an empty profile.So the usage will look like this:
Let me know what you think.
Testing Steps
CI green.