Skip to main content

setup_privacy_api

Function setup_privacy_api 

Source
pub async fn setup_privacy_api<F>(
    storage_factory: Rc<F>,
    setting_value_publisher: SettingValuePublisher<PrivacyInfo>,
    usage_publisher: UsagePublisher<PrivacyInfo>,
) -> SetupResult
where F: StorageFactory<Storage = DeviceStorage>,