Provides a code snippet to show you how to use a notifier to display a single line message synchronously.
To display a single line message synchronously, use the static function User::InfoPrint() . The following code fragment shows how:
{
...
_LIT(KTxtMsg,"A message");
...
User::InfoPrint(KTxtMsg);
...
}
User::InfoPrint() uses an RNotifier object in its implementation, but you do not need to use the object to display the message.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.