On success of
See also: retriveOperatorProfile API, operator profile infomration can be fetched using this API
QVariantMap operatorProfile = operatorProfile(); QString emailAddrress = operatorProfile["email"]; QDate birthDate = operatorProfile["birthDate"]; bool emailMarketingConsent = operatorProfile["emailConsent"]; bool mobileMarketingConsent = operatorProfile["mobileConsent"]; deprecated api