#include <mw/AknServerApp.h>
class RAknAppServiceBase : public REikAppServiceBase |
Public Member Functions | |
---|---|
IMPORT_C void | Close() |
IMPORT_C void | ConnectChainedAppL(TUid) |
Inherited Attributes | |
---|---|
RHandleBase::iHandle |
Inherited Enumerations | |
---|---|
RApaAppServiceBase:TApaAppServiceBaseCmdConstants | |
RHandleBase:TAttributes | |
RSessionBase:TAttachMode |
Allows a server app client to connect to a new server app, which will be chained from the client app, giving it the appearance of being embedded within the client.
Series 60 client-side service IPC implementations should be derived from this class.
IMPORT_C void | ConnectChainedAppL | ( | TUid | aAppUid | ) |
Launch a new server app instance, which will be chained from the current application. Note, this function can only be used from the context of an application thread, as it depends on the existence of a CEikonEnv object. If you want to launch a chained server app in a situation where a CEikonEnv does not exist, use REikAppServiceBase::ConnectNewChildAppL() instead.
Parameter | Description |
---|---|
aAppUid | The UID of the server app which you wish to launch. |