The following members of QML type OfflineMapSyncTask are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Properties
- credential : Credential
(obsolete)
- requestConfiguration : RequestConfiguration
(obsolete)
Signals
- credentialChanged()
(obsolete)
- requestConfigurationChanged()
(obsolete)
Property Documentation
[default] credential : Credential |
This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
The Credential for authenticating against a secured service.
This is only applicable if using a service that is secured.
Any credentials set here 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.
[default] requestConfiguration : RequestConfiguration |
This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
The configuration parameters used for network requests sent by this task.
Signal Documentation
This signal is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Emitted when the credential property changes.
Note: The corresponding handler is onCredentialChanged
.
This signal is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Emitted when the requestConfiguration property changes.
Note: The corresponding handler is onRequestConfigurationChanged
.