{Extension Development} Need help to get intent value

Hello everyone I recently tried to create an extension. but I can’t understand how can I pass the data to kodular get start value block.

Can anyone please help me?

My Code
Intent intent = getIntent();
if (intent != null && intent.getExtras() != null) {
myDatas= intent.getExtras().getString(“mydata”);
}

I want to pass myDatas string value to kodular get start value block. please help.

Capture

Why need extension ? You can do with blocks

3 Likes

no mam, I am trying to create an extension. for that, I need java code.

Thank you sumit

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.