Intents - possible in Corona ?

Can we do this somehow in Corona:

Intent intent = new Intent(“com.fuhu.appzone.SHOWAPP”);
 

intent.putExtra(“id”, “the_package_name”);

sendBroadcast(intent);

Currently we don’t support calling arbitrary intents through the lua apis.  The only way you can do it would be to use Corona Enterprise.  What are you trying to do when you launch that intent?

It is for the nabi tablet.

I asked them how could I show one game from another (cross promotion).

Guess this would open the “the_package_name” app in their store (that is what I need).

This is the code they gave me.

Currently we don’t support calling arbitrary intents through the lua apis.  The only way you can do it would be to use Corona Enterprise.  What are you trying to do when you launch that intent?

It is for the nabi tablet.

I asked them how could I show one game from another (cross promotion).

Guess this would open the “the_package_name” app in their store (that is what I need).

This is the code they gave me.

Just to be clear: If i`ll buy Enterprise, then I can call this:

sendBroadcast(new Intent("com.fgl.INVOKE").putExtra("command", "showAd"));

right?

Correct.  With enterprise you can make any native call.

Just to be clear: If i`ll buy Enterprise, then I can call this:

sendBroadcast(new Intent("com.fgl.INVOKE").putExtra("command", "showAd"));

right?

Correct.  With enterprise you can make any native call.