Currently there are 4 ResourceType
- ResourceId
- ResourceUrl
- ResourceBytes
- ResourceRiveFile
Out of which 1,3 and 4 can be updated during runtime but the #2 cannot be. Lets say I have uploaded the asset somewhere and I want to change it during runtime using the binding adapter, I won't be able to do that.
Can we add a new method setResourceUrl which can be used to update during runtime?