Public Types |
|
enum | State { EStateOffline = 0, EStateConnecting = 1, EStateOnline = 2 } |
enum | StateError { EErrorNone = 0, EErrorEnablerNotFound = 1, EErrorApplicationIdConflict = 2, EErrorMissingCredentials = 3, EErrorNoNetwork = 4, EErrorServiceUnavailable = 5, EErrorNotAllowed = 6, EErrorDisabledByUser = 7, EErrorNotificationIdInvalidated = 8, EErrorWidgetIdMismatch = 9, EErrorInvalidApplicationId = 10, EErrorInvalidServiceId = 11, EErrorEnablerExpired = 12 } |
Public Slots |
|
virtual State | sessionState () |
virtual QString | sessionStateString () |
virtual StateError | sessionError () |
virtual int | sessionErrorInteger () |
virtual QString | sessionErrorString () |
Public Member Functions |
|
OviNotificationState () | |
~OviNotificationState () | |
Properties |
|
State | sessionState |
StateError | sessionError |
Friends |
|
class | OviNotificationResponseHandler |
class | OviNotificationSessionPrivate |
OviNotificationState::OviNotificationState | ( | ) |
OviNotificationState::~OviNotificationState | ( | ) |
virtual StateError OviNotificationState::sessionError | ( | ) | [virtual, slot] |
Returns the error
virtual int OviNotificationState::sessionErrorInteger | ( | ) | [virtual, slot] |
Returns the error as integer
virtual QString OviNotificationState::sessionErrorString | ( | ) | [virtual, slot] |
Returns the error as string
virtual State OviNotificationState::sessionState | ( | ) | [virtual, slot] |
Returns the state.
virtual QString OviNotificationState::sessionStateString | ( | ) | [virtual, slot] |
Returns the state as string.
friend class OviNotificationResponseHandler [friend] |
friend class OviNotificationSessionPrivate [friend] |
StateError OviNotificationState::sessionError [read] |
State OviNotificationState::sessionState [read] |
Copyright (C) 2010-2011 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. Contact: notifications.support@nokia.com This software, including documentation, is protected by copyright controlled by Nokia Corporation. All rights reserved. You may use this file only in accordance with the Nokia Developer Software Agreement version 2.0 and accompanying Ovi any additional terms. This material also contains confidential information which may not be disclosed to others without the prior written consent of Nokia. Nokia Developer Software Agreement version 2.0 and accompanying Ovi any additional terms |
MeeGo 1.2 Harmattan API
|