Set whether the "Compose" action is supported by the specified account data.
#include "bb/pim/unified/unified_data_source.h"
void uds_account_data_set_supports_compose(uds_account_data_t *account, bool support_compose)
BlackBerry 10.2.0
The account to set "Compose" support for. This account is represented by a uds_account_data_t and is created using uds_account_data_create().
If true the account supports the "Compose" action in the BlackBerry Hub, if false the account does not support the "Compose" action.
When a user views the main tab of the BlackBerry Hub, a "Compose" action appears on the action bar at the bottom of the screen. When this action is selected, the user is asked to select an account to compose a message from. You can use this function to specify whether an account should appear in this list.