MetaMask / metamask-android-sdk

MetaMask SDK for Android
Other
41 stars 13 forks source link

[Android]Add sdk_rpc_request event to Android SDK when dapp triggers an RPC method #101

Closed ezgi-cengiz closed 5 months ago

ezgi-cengiz commented 6 months ago

Task

  1. Add the following events to the Android SDK sdk_rpc_request
  2. sdk_rpc_request should be fired when dapp calls ONLY the RPC method invoked by a dapp through the SDK that require wallet confirmation (check the google sheet)
  3. Both events should contain under "properties":
    • rpc method name
    • dapp metadata(title, url, source, sdkversion, platform, channel id(user id), timestamp)

Acceptance Criteria