MoEngageInAppFCManager

extension MoEngageInAppFCManager

Reset / Clear

  • Syncs pending FC data to backend, then clears all state.

    Used during logout to preserve pending data before clearing. If no data exists, clears immediately without sync.

    Declaration

    Swift

    @objc
    public func syncAndClearState(completion: @escaping () -> Void)

    Parameters

    completion

    Called after sync and clear operations complete