The following members of class OfflineMapSyncTask are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Public Functions
(obsolete) | OfflineMapSyncTask(Esri::ArcGISRuntime::Map *map, Esri::ArcGISRuntime::Credential *credential, QObject *parent = nullptr) |
Member Function Documentation
OfflineMapSyncTask::OfflineMapSyncTask (Esri::ArcGISRuntime::Map *map, Esri::ArcGISRuntime::Credential *credential, QObject *parent = nullptr)
This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Constructor that accepts an online map, a credential, and a parent object.
- map - The map to synchronize.
- credential - The Credential to use to connect to a secured service.
- parent - The parent object of this OfflineMapTask.
Any credentials set in this constructor will not be honored. If the map is associated with a PortalItem, set the credential on the Portal related to the Map's PortalItem instead.
[override virtual]
Esri::ArcGISRuntime::Credential *OfflineMapSyncTask::credential() const
This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Reimplements: RemoteResource::credential() const.
Returns the Credential used to connect to a secured service.
[override virtual]
Esri::ArcGISRuntime::RequestConfiguration OfflineMapSyncTask::requestConfiguration () const
This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Reimplements: RemoteResource::requestConfiguration() const.
Returns the configuration parameters used for network requests sent by this task.
See also setRequestConfiguration().
[override virtual]
void OfflineMapSyncTask::setRequestConfiguration (const Esri::ArcGISRuntime::RequestConfiguration &requestConfiguration )
This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Reimplements: RemoteResource::setRequestConfiguration(const Esri::ArcGISRuntime::RequestConfiguration &requestConfiguration).
Sets configuration parameters used for network requests sent by this task to requestConfiguration.
See also requestConfiguration().