intent
intent copied to clipboard
how to send parameters ?
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
hey @Ali-Azmoud did you try checking usage examples provided here ?