MetaMask / metamask-android-sdk

MetaMask SDK for Android
Other
46 stars 14 forks source link

[Android] Option to use icon property and icon url #54

Closed ezgi-cengiz closed 10 months ago

ezgi-cengiz commented 11 months ago

Description:

The current system allows sending icons in a specific format. To enhance flexibility and cater to diverse developer needs, update to the icon feature. The update will keep the existing option to send the icon as a base64 string and additionally provide developers the choice to use a URL for the icon. This dual-option approach aims to accommodate different use cases and preferences in icon handling.

Tasks:

Maintain Current Base64 Functionality: Ensure that the existing functionality of sending icons as base64 strings remains the same. icon property Introduce URL Option for Icons: Implement the ability for developers to use a URL as an alternative method for sending icons. icon url Ensure Flexibility: The new feature should offer flexibility to developers in choosing their preferred method.