IdentityManager

constructor(storage: Storage, ioScope: IOScope, stringToSha: (String) -> String = { it }, notifyUserChange: (change: Map<String, Any>) -> Unit, completeReset: () -> Unit = { Superwall.instance.reset(duringIdentify = true) }, tracker: suspend (TrackableSuperwallEvent) -> Unit = { Superwall.instance.track(it) }, options: () -> SuperwallOptions, webPaywallRedeemer: () -> WebPaywallRedeemer, actor: StateActor<IdentityContext, IdentityState>, sdkContext: SdkContext)(source)