Languages

Menu
Sites
Language
how to get the App launch arguments

Hello,

the arguments for the App are delivered from the execute:  r = Tizen::App::UiApp::Execute(MyApp::CreateInstance, pArgs);

but how can I get this "pArgs" Arguments in MyApp directly?

thanks

 

 

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

1 Replies
wil smith
You are already getting them inside OspMain(). pArgs passed to Excute() are used by the framework.