Delta Chat Core C Interface
|
Macros | |
#define | DC_PROVIDER_STATUS_BROKEN 3 |
Provider is not working. | |
#define | DC_PROVIDER_STATUS_OK 1 |
Provider works out-of-the-box. | |
#define | DC_PROVIDER_STATUS_PREPARATION 2 |
Provider works, but there are preparations needed. | |
These constants are used as return values for dc_provider_get_status().
#define DC_PROVIDER_STATUS_BROKEN 3 |
Provider is not working.
This provider status is returned for providers that are known to not work with Delta Chat. The UI should block logging in with this provider.
More information about that is typically provided in the string returned by dc_provider_get_before_login_hints() and in the page linked by dc_provider_get_overview_page().
The status is returned by dc_provider_get_status().
#define DC_PROVIDER_STATUS_OK 1 |
Provider works out-of-the-box.
This provider status is returned for provider where the login works by just entering the name or the e-mail address.
The status is returned by dc_provider_get_status().
#define DC_PROVIDER_STATUS_PREPARATION 2 |
Provider works, but there are preparations needed.
The status is returned by dc_provider_get_status().