intent icon indicating copy to clipboard operation
intent copied to clipboard

how to send parameters ?

Open Ali-Azmoud opened this issue 5 years ago • 1 comments

Hi How can I send parameters like this? ( this is android native )

Intent intent = new Intent("com.bpmellat.merchant");
intent.putExtra("PaymentData","{'param1':'value'}"); 
startActivityForResult(intent); 

thanks in advance

Ali-Azmoud avatar Feb 10 '20 08:02 Ali-Azmoud

hey @Ali-Azmoud did you try checking usage examples provided here ?

itzmeanjan avatar Apr 26 '20 16:04 itzmeanjan