example/fbactivityfetcherplugin/fbactivityfetcherplugin.h
changeset 26 83d6a149c755
parent 17 106a4bfcb866
equal deleted inserted replaced
25:a180113055cb 26:83d6a149c755
   272 	 */
   272 	 */
   273 	QString authenticationApp( QString &aProgram, QStringList & aArguments, 
   273 	QString authenticationApp( QString &aProgram, QStringList & aArguments, 
   274 			QIODevice::OpenModeFlag aMode = QIODevice::ReadWrite ) const;
   274 			QIODevice::OpenModeFlag aMode = QIODevice::ReadWrite ) const;
   275 	
   275 	
   276 	/**
   276 	/**
       
   277 	 * Method to get the authentication application process name
       
   278 	 * @return The authentication application process name (eg: "FlickrAuthApp.exe")
       
   279 	 */
       
   280 	QString authenticationAppName( ) const;
       
   281 	
       
   282 	/**
   277 	 * Method to get the unique registration ID provided by the 
   283 	 * Method to get the unique registration ID provided by the 
   278 	 * Smf for authorised plugins
   284 	 * Smf for authorised plugins
   279 	 * @return The unique registration ID/token provided by the Smf for 
   285 	 * @return The unique registration ID/token provided by the Smf for 
   280 	 * authorised plugins
   286 	 * authorised plugins
   281 	 */
   287 	 */
   296 	QUrl m_serviceUrl;
   302 	QUrl m_serviceUrl;
   297 	QUrl m_applicationUrl;
   303 	QUrl m_applicationUrl;
   298 	QImage m_applicationIcon;
   304 	QImage m_applicationIcon;
   299 	QString m_pluginId;
   305 	QString m_pluginId;
   300 	QString m_authAppId;
   306 	QString m_authAppId;
       
   307 	QString m_authAppName;
   301 	QString m_smfRegToken;
   308 	QString m_smfRegToken;
   302 	QList<QString> m_supportedInterfaces;
   309 	QList<QString> m_supportedInterfaces;
   303 	QStringList m_supportedLangs;
   310 	QStringList m_supportedLangs;
   304 	QDateTime m_validity;
   311 	QDateTime m_validity;
   305 	};
   312 	};