- Class ditto::DevelopmentIdentity
- Use
OfflinePlayground
instead.
- Member ditto::Ditto::get_store ()
- You can directly access the
store
property now.
- Member ditto::Ditto::set_access_license (std::string license_str) DITTO_DEPRECATED
- Deprecated in favor of set_license_token.
- Member ditto::Ditto::start_sync () DITTO_DEPRECATED
- Deprecated in favor of try_start_sync.
- Member ditto::DocumentId::to_native () const
- Deprecated since version 1.0.2 of the SDK. You should use value() instead.
- Member ditto::Identity::Development (std::string app_id="", uint64_t site_id=0, std::string persistence_dir="")
- Use
OfflinePlaygroundIdentity
instead.
- Member ditto::Identity::Online (std::string app_id, std::shared_ptr< AuthenticationCallback > callback, bool enable_ditto_cloud_sync=true, std::string custom_auth_url="", std::string persistence_dir="")
- Use
OnlineWithAuthenticationIdentity
instead.
- Class ditto::OnlineIdentity
- Use
OnlineWithAuthentication
instead.