Function ironoxide::blocking::initialize[][src]

pub fn initialize(
    device_context: &DeviceContext,
    config: &IronOxideConfig
) -> Result<BlockingIronOxide>
Expand description

Initialize the BlockingIronOxide SDK with a device. Verifies that the provided user/segment exists and the provided device keys are valid and exist for the provided account. If successful, returns instance of the BlockingIronOxide SDK.