语言

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

 

 

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

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